#9FE9F7

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

Shades of Blizzard Blue #9FE9F7

Tints of Blizzard Blue #9FE9F7

Color information

#9FE9F7 (or 0x9FE9F7) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E9 and F7. RGB value is (159,233,247). Sum of RGB (Red+Green+Blue) = 159+233+247=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FE9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9F7 is #601608. Grayscale: #D4D4D4. Windows color (decimal): -6297097 or 16247199. OLE color: 16247199.

HSL color Cylindrical-coordinate representation of color #9FE9F7: hue angle of 189.55º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FE9F7 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159233247-
CMYK0.360.0600.03
HSL189.55º84.62%79.61%-
HSV(B)189.55º35.63%96.86%-
XYZ60.2372.3698.79-
YUV212.47147.4889.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.88%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=24.88%
G=36.46%
B=38.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592332470.360.0600.03189.5584.6279.61
Hex9FE9F724603be5550
Octal23735136744603276125120
Binary1001111111101001111101111001001100111011111010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,233,247); }

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

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

 a { background-color: rgb(159,233,247); }

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

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

 span { border-color: rgb(159,233,247); }

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