Color Hex Logo

#99bff0 Color Hex

#99BFF0
(153,191,240)
0 Favorites   0 Comments

Color spaces of #99bff0

RGB 153191240
HSL0.590.740.77
HSV214°36°94°
CMYK 0.360.200.00   0.06
XYZ47.495850.325289.6485
Yxy50.32520.25340.2684
Hunter Lab70.9403-4.6364-25.2677
CIE-Lab76.2684-0.9356-28.3689

#99bff0 color RGB value is (153,191,240).

#99bff0 hex color red value is 153, green value is 191 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #99bff0 hue: 0.59 , saturation: 0.74 and the lightness value of 99bff0 is 0.77.

The process color (four color CMYK) of #99bff0 color hex is 0.36, 0.20, 0.00, 0.06. Web safe color of #99bff0 is #99ccff. Color #99bff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11110000
Octal 231 277 360
Decimal 153 191 240
Hex 99 BF F0

RGB Percentages of Color #99bff0

%26.20
%32.71
%41.10

CMYK Percentages of Color #99bff0

%36
%20
%0
%6

Triadic Colors of #99bff0

#99bff0 #f099bf #bff099

Analogous Colors of #99bff0

#99bff0 #9f99f0 #99ebf0

Monochromatic Colors of #99bff0

#99bff0

Complementary Color

#99bff0 #f0ca99

#99bff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bff0 Color CSS Codes

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

#99bff0 Text Font Color

<p style="color:#99bff0">Text here</p>

This sample text font color is #99bff0
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.


#99bff0 Background Color

<div style="background-color:#99bff0">
Div content here</div>

This div background color is #99bff0


#99bff0 Border Color

<div style="border:3px solid #99bff0">
Div here</div>

This div border color is #99bff0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,191,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bff0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bff0;
  -webkit-box-shadow: 1px 1px 3px 2px #99bff0;
  box-shadow:         1px 1px 3px 2px #99bff0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,191,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bff0


Comments

No comments written yet.

Please login to write comment.