#9FEDF2

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

Shades of Blizzard Blue #9FEDF2

Tints of Blizzard Blue #9FEDF2

Color information

#9FEDF2 (or 0x9FEDF2) is unknown color: approx Blizzard Blue. HEX triplet: 9F, ED and F2. RGB value is (159,237,242). Sum of RGB (Red+Green+Blue) = 159+237+242=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDF2 is #60120D. Grayscale: #D6D6D6. Windows color (decimal): -6296078 or 15920543. OLE color: 15920543.

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

Color convert

RGB159237242-
CMYK0.340.0200.05
HSL183.61º76.15%78.63%-
HSV(B)183.61º34.3%94.9%-
XYZ60.6174.3595.16-
YUV214.25143.6688.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.92%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=24.92%
G=37.15%
B=37.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592372420.340.0200.05183.6176.1578.63
Hex9FEDF222205b84c4f
Octal23735536242205270114117
Binary1001111111101101111100101000101001011011100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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