Color Hex Logo

#65bbff Color Hex

#65BBFF
(101,187,255)
0 Favorites   0 Comments

Color spaces of #65bbff

RGB 101187255
HSL0.571.000.70
HSV206°60°100°
CMYK 0.600.270.00   0.00
XYZ41.187245.5273101.2246
Yxy45.52730.21920.2422
Hunter Lab67.4739-9.1200-41.7153
CIE-Lab73.2378-6.2802-41.3383

#65bbff color RGB value is (101,187,255).

#65bbff hex color red value is 101, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #65bbff hue: 0.57 , saturation: 1.00 and the lightness value of 65bbff is 0.70.

The process color (four color CMYK) of #65bbff color hex is 0.60, 0.27, 0.00, 0.00. Web safe color of #65bbff is #66ccff. Color #65bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111011 11111111
Octal 145 273 377
Decimal 101 187 255
Hex 65 BB FF

RGB Percentages of Color #65bbff

%18.60
%34.44
%46.96

CMYK Percentages of Color #65bbff

%60
%27
%0
%0

Triadic Colors of #65bbff

#65bbff #ff65bb #bbff65

Analogous Colors of #65bbff

#65bbff #656eff #65fff6

Monochromatic Colors of #65bbff

#65bbff

Complementary Color

#65bbff #ffa965

#65bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bbff Color CSS Codes

.mybgcolor {background-color:#65bbff; } 
.myforecolor {color:#65bbff; }
.mybordercolor {border:3px solid #65bbff; }

#65bbff Text Font Color

<p style="color:#65bbff">Text here</p>

This sample text font color is #65bbff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#65bbff Background Color

<div style="background-color:#65bbff">
Div content here</div>

This div background color is #65bbff


#65bbff Border Color

<div style="border:3px solid #65bbff">
Div here</div>

This div border color is #65bbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,187,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65bbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #65bbff;
  box-shadow:         1px 1px 3px 2px #65bbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,187,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #65bbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #65bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #65bbff;
  box-shadow:         1px 1px 3px 2px #65bbff;">
Div content here</div>

This div box has shadow with color #65bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.