#99ECEA

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

Shades of Blizzard Blue #99ECEA

Tints of Blizzard Blue #99ECEA

Color information

#99ECEA (or 0x99ECEA) is unknown color: approx Blizzard Blue. HEX triplet: 99, EC and EA. RGB value is (153,236,234). Sum of RGB (Red+Green+Blue) = 153+236+234=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECEA is #661315. Grayscale: #D2D2D2. Windows color (decimal): -6689558 or 15395993. OLE color: 15395993.

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

Color convert

RGB153236234-
CMYK0.3500.010.07
HSL178.55º68.6%76.27%-
HSV(B)178.55º35.17%92.55%-
XYZ57.9872.788.82-
YUV210.9614186.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.56%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=24.56%
G=37.88%
B=37.56%

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
Decimal1532362340.3500.010.07178.5568.676.27
Hex99ECEA23017b3454c
Octal23135435243017263105114
Binary100110011110110011101010100011011111011001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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