#99EDFB

Color #99EDFB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99EDFB

Tints of Blizzard Blue #99EDFB

Color information

#99EDFB (or 0x99EDFB) is unknown color: approx Blizzard Blue. HEX triplet: 99, ED and FB. RGB value is (153,237,251). Sum of RGB (Red+Green+Blue) = 153+237+251=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #99EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDFB is #661204. Grayscale: #D5D5D5. Windows color (decimal): -6689285 or 16510361. OLE color: 16510361.

HSL color Cylindrical-coordinate representation of color #99EDFB: hue angle of 188.57º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99EDFB is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153237251-
CMYK0.390.0600.02
HSL188.57º92.45%79.22%-
HSV(B)188.57º39.04%98.43%-
XYZ60.8374.31102.4-
YUV213.48149.1784.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 23.87%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=23.87%
G=36.97%
B=39.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532372510.390.0600.02188.5792.4579.22
Hex99EDFB27602bd5c4f
Octal23135537347602275134117
Binary1001100111101101111110111001111100101011110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EDFB; }

 p { color: rgb(153,237,251); }

 H1.HeaderClassName
 {
   color: #99EDFB;
 }
 .AnyTagClassName
 {
   color: #99EDFB;
 }
</style>
background-color css

<style>
 a { background-color: #99EDFB; }

 a { background-color: rgb(153,237,251); }

 div.DivClassName
 {
   background-color: #99EDFB;
 }
 .BgClassName
 {
   background-color: #99EDFB;
 }
</style>
border-color css

<style>
 span { border-color: #99EDFB; }

 span { border-color: rgb(153,237,251); }

 td.TdClassName
 {
   border-color: #99EDFB;
 }
 .TagClassName
 {
   border-color: #99EDFB;
 }
</style>