#9EE2EA

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

Shades of Blizzard Blue #9EE2EA

Tints of Blizzard Blue #9EE2EA

Color information

#9EE2EA (or 0x9EE2EA) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E2 and EA. RGB value is (158,226,234). Sum of RGB (Red+Green+Blue) = 158+226+234=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2EA is #611D15. Grayscale: #CECECE. Windows color (decimal): -6364438 or 15393438. OLE color: 15393438.

HSL color Cylindrical-coordinate representation of color #9EE2EA: hue angle of 186.32º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE2EA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158226234-
CMYK0.320.0300.08
HSL186.32º64.41%76.86%-
HSV(B)186.32º32.48%91.76%-
XYZ56.1567.687.93-
YUV206.58143.4793.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=25.57%
G=36.57%
B=37.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582262340.320.0300.08186.3264.4176.86
Hex9EE2EA20308ba404d
Octal236342352403010272100115
Binary10011110111000101110101010000011010001011101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,226,234); }

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

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

 a { background-color: rgb(158,226,234); }

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

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

 span { border-color: rgb(158,226,234); }

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