#99ECEB

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

Shades of Blizzard Blue #99ECEB

Tints of Blizzard Blue #99ECEB

Color information

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

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

Color convert

RGB153236235-
CMYK0.3500.000.07
HSL179.28º68.6%76.27%-
HSV(B)179.28º35.17%92.55%-
XYZ58.1372.7689.58-
YUV211.07141.586.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532362350.3500.000.07179.2868.676.27
Hex99ECEB23007b3454c
Octal23135435343007263105114
Binary100110011110110011101011100011001111011001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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