#9EF2FE

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

Shades of Blizzard Blue #9EF2FE

Tints of Blizzard Blue #9EF2FE

Color information

#9EF2FE (or 0x9EF2FE) is unknown color: approx Blizzard Blue. HEX triplet: 9E, F2 and FE. RGB value is (158,242,254). Sum of RGB (Red+Green+Blue) = 158+242+254=654 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.16% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2FE is #610D01. Grayscale: #DADADA. Windows color (decimal): -6360322 or 16708254. OLE color: 16708254.

HSL color Cylindrical-coordinate representation of color #9EF2FE: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EF2FE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB158242254-
CMYK0.380.0500.00
HSL187.5º97.96%80.78%-
HSV(B)187.5º37.8%99.61%-
XYZ63.7477.93105.45-
YUV218.25148.1785.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.16%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=24.16%
G=37.00%
B=38.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582422540.380.0500.00187.597.9680.78
Hex9EF2FE26500bc6251
Octal23636237646500274142121
Binary100111101111001011111110100110101001011110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,254); }

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

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

 a { background-color: rgb(158,242,254); }

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

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

 span { border-color: rgb(158,242,254); }

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