#9FECF2

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

Shades of Blizzard Blue #9FECF2

Tints of Blizzard Blue #9FECF2

Color information

#9FECF2 (or 0x9FECF2) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EC and F2. RGB value is (159,236,242). Sum of RGB (Red+Green+Blue) = 159+236+242=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF2 is #60130D. Grayscale: #D5D5D5. Windows color (decimal): -6296334 or 15920287. OLE color: 15920287.

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

Color convert

RGB159236242-
CMYK0.340.0200.05
HSL184.34º76.15%78.63%-
HSV(B)184.34º34.3%94.9%-
XYZ60.3273.7795.06-
YUV213.66143.9989.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.96%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=24.96%
G=37.05%
B=37.99%

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
Decimal1592362420.340.0200.05184.3476.1578.63
Hex9FECF222205b84c4f
Octal23735436242205270114117
Binary1001111111101100111100101000101001011011100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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