#9FEAF2

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

Shades of Blizzard Blue #9FEAF2

Tints of Blizzard Blue #9FEAF2

Color information

#9FEAF2 (or 0x9FEAF2) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EA and F2. RGB value is (159,234,242). Sum of RGB (Red+Green+Blue) = 159+234+242=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAF2 is #60150D. Grayscale: #D4D4D4. Windows color (decimal): -6296846 or 15919775. OLE color: 15919775.

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

Color convert

RGB159234242-
CMYK0.340.0300.05
HSL185.78º76.15%78.63%-
HSV(B)185.78º34.3%94.9%-
XYZ59.7572.6394.87-
YUV212.49144.6589.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.04%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=25.04%
G=36.85%
B=38.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592342420.340.0300.05185.7876.1578.63
Hex9FEAF222305ba4c4f
Octal23735236242305272114117
Binary1001111111101010111100101000101101011011101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,234,242); }

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

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

 a { background-color: rgb(159,234,242); }

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

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

 span { border-color: rgb(159,234,242); }

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