#9EF3F9

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

Shades of Blizzard Blue #9EF3F9

Tints of Blizzard Blue #9EF3F9

Color information

#9EF3F9 (or 0x9EF3F9) is unknown color: approx Blizzard Blue. HEX triplet: 9E, F3 and F9. RGB value is (158,243,249). Sum of RGB (Red+Green+Blue) = 158+243+249=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EF3F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3F9 is #610C06. Grayscale: #DADADA. Windows color (decimal): -6360071 or 16380830. OLE color: 16380830.

HSL color Cylindrical-coordinate representation of color #9EF3F9: hue angle of 183.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF3F9 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158243249-
CMYK0.370.0200.02
HSL183.96º88.35%79.8%-
HSV(B)183.96º36.55%97.65%-
XYZ63.2578.21101.38-
YUV218.27145.3485.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.31%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=24.31%
G=37.38%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582432490.370.0200.02183.9688.3579.8
Hex9EF3F925202b85850
Octal23636337145202270130120
Binary100111101111001111111001100101100101011100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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