#9EE3F3

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

Shades of Blizzard Blue #9EE3F3

Tints of Blizzard Blue #9EE3F3

Color information

#9EE3F3 (or 0x9EE3F3) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E3 and F3. RGB value is (158,227,243). Sum of RGB (Red+Green+Blue) = 158+227+243=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EE3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE3F3 is #611C0C. Grayscale: #D0D0D0. Windows color (decimal): -6364173 or 15983518. OLE color: 15983518.

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

Color convert

RGB158227243-
CMYK0.350.0700.05
HSL191.29º77.98%78.63%-
HSV(B)191.29º34.98%95.29%-
XYZ57.7568.6895.01-
YUV208.19147.6492.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.16%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=25.16%
G=36.15%
B=38.69%

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
Decimal1582272430.350.0700.05191.2977.9878.63
Hex9EE3F323705bf4e4f
Octal23634336343705277116117
Binary10011110111000111111001110001111101011011111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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