#9EE2F3

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

Shades of Blizzard Blue #9EE2F3

Tints of Blizzard Blue #9EE2F3

Color information

#9EE2F3 (or 0x9EE2F3) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E2 and F3. RGB value is (158,226,243). Sum of RGB (Red+Green+Blue) = 158+226+243=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EE2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2F3 is #611D0C. Grayscale: #CFCFCF. Windows color (decimal): -6364429 or 15983262. OLE color: 15983262.

HSL color Cylindrical-coordinate representation of color #9EE2F3: hue angle of 192º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EE2F3 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158226243-
CMYK0.350.0700.05
HSL192º77.98%78.63%-
HSV(B)192º34.98%95.29%-
XYZ57.4768.1394.92-
YUV207.61147.9792.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.20%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=25.20%
G=36.04%
B=38.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582262430.350.0700.0519277.9878.63
Hex9EE2F323705c04e4f
Octal23634236343705300116117
Binary10011110111000101111001110001111101011100000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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