#9FEAFC

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

Shades of Blizzard Blue #9FEAFC

Tints of Blizzard Blue #9FEAFC

Color information

#9FEAFC (or 0x9FEAFC) is unknown color: approx Blizzard Blue. HEX triplet: 9F, EA and FC. RGB value is (159,234,252). Sum of RGB (Red+Green+Blue) = 159+234+252=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFC is #601503. Grayscale: #D5D5D5. Windows color (decimal): -6296836 or 16575135. OLE color: 16575135.

HSL color Cylindrical-coordinate representation of color #9FEAFC: hue angle of 191.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEAFC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159234252-
CMYK0.370.0700.01
HSL191.61º93.94%80.59%-
HSV(B)191.61º36.9%98.82%-
XYZ61.2973.24103-
YUV213.63149.6589.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.65%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=24.65%
G=36.28%
B=39.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592342520.370.0700.01191.6193.9480.59
Hex9FEAFC25701c05e51
Octal23735237445701300136121
Binary100111111110101011111100100101111011100000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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