#99EDEA

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

Shades of Blizzard Blue #99EDEA

Tints of Blizzard Blue #99EDEA

Color information

#99EDEA (or 0x99EDEA) is unknown color: approx Blizzard Blue. HEX triplet: 99, ED and EA. RGB value is (153,237,234). Sum of RGB (Red+Green+Blue) = 153+237+234=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDEA is #661215. Grayscale: #D3D3D3. Windows color (decimal): -6689302 or 15396249. OLE color: 15396249.

HSL color Cylindrical-coordinate representation of color #99EDEA: hue angle of 177.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDEA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB153237234-
CMYK0.3500.010.07
HSL177.86º70%76.47%-
HSV(B)177.86º35.44%92.94%-
XYZ58.2773.2888.92-
YUV211.54140.6786.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.52%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=24.52%
G=37.98%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372340.3500.010.07177.867076.47
Hex99EDEA23017b2464c
Octal23135535243017262106114
Binary100110011110110111101010100011011111011001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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