#99EBEC

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

Shades of Blizzard Blue #99EBEC

Tints of Blizzard Blue #99EBEC

Color information

#99EBEC (or 0x99EBEC) is unknown color: approx Blizzard Blue. HEX triplet: 99, EB and EC. RGB value is (153,235,236). Sum of RGB (Red+Green+Blue) = 153+235+236=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #99EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBEC is #661413. Grayscale: #D2D2D2. Windows color (decimal): -6689812 or 15526809. OLE color: 15526809.

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

Color convert

RGB153235236-
CMYK0.350.0000.07
HSL180.72º68.6%76.27%-
HSV(B)180.72º35.17%92.55%-
XYZ57.9972.2590.25-
YUV210.6142.3386.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.52%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=24.52%
G=37.66%
B=37.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532352360.350.0000.07180.7268.676.27
Hex99EBEC23007b5454c
Octal23135335443007265105114
Binary100110011110101111101100100011001111011010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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