#99EDE7

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

Shades of Blizzard Blue #99EDE7

Tints of Blizzard Blue #99EDE7

Color information

#99EDE7 (or 0x99EDE7) is unknown color: approx Blizzard Blue. HEX triplet: 99, ED and E7. RGB value is (153,237,231). Sum of RGB (Red+Green+Blue) = 153+237+231=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDE7 is #661218. Grayscale: #D3D3D3. Windows color (decimal): -6689305 or 15199641. OLE color: 15199641.

HSL color Cylindrical-coordinate representation of color #99EDE7: hue angle of 175.71º 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 #99EDE7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB153237231-
CMYK0.3500.030.07
HSL175.71º70%76.47%-
HSV(B)175.71º35.44%92.94%-
XYZ57.8473.1186.66-
YUV211.2139.1786.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=24.64%
G=38.16%
B=37.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372310.3500.030.07175.717076.47
Hex99EDE723037b0464c
Octal23135534743037260106114
Binary1001100111101101111001111000110111111011000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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