#9EF3FC

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

Shades of Blizzard Blue #9EF3FC

Tints of Blizzard Blue #9EF3FC

Color information

#9EF3FC (or 0x9EF3FC) is unknown color: approx Blizzard Blue. HEX triplet: 9E, F3 and FC. RGB value is (158,243,252). Sum of RGB (Red+Green+Blue) = 158+243+252=653 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.20% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EF3FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3FC is #610C03. Grayscale: #DADADA. Windows color (decimal): -6360068 or 16577438. OLE color: 16577438.

HSL color Cylindrical-coordinate representation of color #9EF3FC: hue angle of 185.74º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF3FC is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158243252-
CMYK0.370.0400.01
HSL185.74º94%80.39%-
HSV(B)185.74º37.3%98.82%-
XYZ63.7278.4103.87-
YUV218.61146.8484.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.20%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=24.20%
G=37.21%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582432520.370.0400.01185.749480.39
Hex9EF3FC25401ba5e50
Octal23636337445401272136120
Binary100111101111001111111100100101100011011101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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