#9EF3FF

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

Shades of Blizzard Blue #9EF3FF

Tints of Blizzard Blue #9EF3FF

Color information

#9EF3FF (or 0x9EF3FF) is unknown color: approx Blizzard Blue. HEX triplet: 9E, F3 and FF. RGB value is (158,243,255). Sum of RGB (Red+Green+Blue) = 158+243+255=656 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.09% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EF3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3FF is #610C00. Grayscale: #DADADA. Windows color (decimal): -6360065 or 16774046. OLE color: 16774046.

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

Color convert

RGB158243255-
CMYK0.380.0500
HSL187.42º100%80.98%-
HSV(B)187.42º38.04%100%-
XYZ64.278.59106.39-
YUV218.95148.3484.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.09%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 255 (100% from 255) = 38.87%
R=24.09%
G=37.04%
B=38.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582432550.380.0500187.4210080.98
Hex9EF3FF26500bb6451
Octal23636337746500273144121
Binary100111101111001111111111100110101001011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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