#99ECED

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

Shades of Blizzard Blue #99ECED

Tints of Blizzard Blue #99ECED

Color information

#99ECED (or 0x99ECED) is unknown color: approx Blizzard Blue. HEX triplet: 99, EC and ED. RGB value is (153,236,237). Sum of RGB (Red+Green+Blue) = 153+236+237=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #99ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECED is #661312. Grayscale: #D3D3D3. Windows color (decimal): -6689555 or 15592601. OLE color: 15592601.

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

Color convert

RGB153236237-
CMYK0.350.0000.07
HSL180.71º70%76.47%-
HSV(B)180.71º35.44%92.94%-
XYZ58.4272.8891.11-
YUV211.3142.586.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.44%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=24.44%
G=37.70%
B=37.86%

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
Decimal1532362370.350.0000.07180.717076.47
Hex99ECED23007b5464c
Octal23135435543007265106114
Binary100110011110110011101101100011001111011010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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