#9FE8EF

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

Shades of Blizzard Blue #9FE8EF

Tints of Blizzard Blue #9FE8EF

Color information

#9FE8EF (or 0x9FE8EF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E8 and EF. RGB value is (159,232,239). Sum of RGB (Red+Green+Blue) = 159+232+239=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE8EF is #601710. Grayscale: #D2D2D2. Windows color (decimal): -6297361 or 15722655. OLE color: 15722655.

HSL color Cylindrical-coordinate representation of color #9FE8EF: hue angle of 185.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE8EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159232239-
CMYK0.330.0300.06
HSL185.25º71.43%78.04%-
HSV(B)185.25º33.47%93.73%-
XYZ58.7371.3292.33-
YUV210.97143.8290.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.24%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=25.24%
G=36.83%
B=37.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592322390.330.0300.06185.2571.4378.04
Hex9FE8EF21306b9474e
Octal23735035741306271107116
Binary1001111111101000111011111000011101101011100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,239); }

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

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

 a { background-color: rgb(159,232,239); }

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

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

 span { border-color: rgb(159,232,239); }

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