#9EF0FF

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

Shades of Blizzard Blue #9EF0FF

Tints of Blizzard Blue #9EF0FF

Color information

#9EF0FF (or 0x9EF0FF) is unknown color: approx Blizzard Blue. HEX triplet: 9E, F0 and FF. RGB value is (158,240,255). Sum of RGB (Red+Green+Blue) = 158+240+255=653 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.20% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF0FF is #610F00. Grayscale: #D9D9D9. Windows color (decimal): -6360833 or 16773278. OLE color: 16773278.

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

Color convert

RGB158240255-
CMYK0.380.0600
HSL189.28º100%80.98%-
HSV(B)189.28º38.04%100%-
XYZ63.3176.81106.1-
YUV217.19149.3385.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.20%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 255 (100% from 255) = 39.05%
R=24.20%
G=36.75%
B=39.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582402550.380.0600189.2810080.98
Hex9EF0FF26600bd6451
Octal23636037746600275144121
Binary100111101111000011111111100110110001011110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,255); }

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

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

 a { background-color: rgb(158,240,255); }

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

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

 span { border-color: rgb(158,240,255); }

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