#9CEAED

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

Shades of Blizzard Blue #9CEAED

Tints of Blizzard Blue #9CEAED

Color information

#9CEAED (or 0x9CEAED) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EA and ED. RGB value is (156,234,237). Sum of RGB (Red+Green+Blue) = 156+234+237=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CEAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEAED is #631512. Grayscale: #D2D2D2. Windows color (decimal): -6493459 or 15592092. OLE color: 15592092.

HSL color Cylindrical-coordinate representation of color #9CEAED: hue angle of 182.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEAED is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156234237-
CMYK0.340.0100.07
HSL182.22º69.23%77.06%-
HSV(B)182.22º34.18%92.94%-
XYZ58.4272.0390.94-
YUV211.02142.6688.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.88%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=24.88%
G=37.32%
B=37.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562342370.340.0100.07182.2269.2377.06
Hex9CEAED22107b6454d
Octal23435235542107266105115
Binary100111001110101011101101100010101111011011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CEAED; }

 p { color: rgb(156,234,237); }

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

<style>
 a { background-color: #9CEAED; }

 a { background-color: rgb(156,234,237); }

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

<style>
 span { border-color: #9CEAED; }

 span { border-color: rgb(156,234,237); }

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