#9FEFF1

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

Shades of Blizzard Blue #9FEFF1

Tints of Blizzard Blue #9FEFF1

Color information

#9FEFF1 (or 0x9FEFF1) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EF and F1. RGB value is (159,239,241). Sum of RGB (Red+Green+Blue) = 159+239+241=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FEFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFF1 is #60100E. Grayscale: #D7D7D7. Windows color (decimal): -6295567 or 15855519. OLE color: 15855519.

HSL color Cylindrical-coordinate representation of color #9FEFF1: hue angle of 181.46º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEFF1 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159239241-
CMYK0.340.0100.05
HSL181.46º74.55%78.43%-
HSV(B)181.46º34.02%94.51%-
XYZ61.0475.4594.57-
YUV215.31142.587.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.88%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=24.88%
G=37.40%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592392410.340.0100.05181.4674.5578.43
Hex9FEFF122105b54b4e
Octal23735736142105265113116
Binary100111111110111111110001100010101011011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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