#9FF0FB

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

Shades of Blizzard Blue #9FF0FB

Tints of Blizzard Blue #9FF0FB

Color information

#9FF0FB (or 0x9FF0FB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, F0 and FB. RGB value is (159,240,251). Sum of RGB (Red+Green+Blue) = 159+240+251=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF0FB is #600F04. Grayscale: #D8D8D8. Windows color (decimal): -6295301 or 16511135. OLE color: 16511135.

HSL color Cylindrical-coordinate representation of color #9FF0FB: hue angle of 187.17º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FF0FB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159240251-
CMYK0.370.0400.02
HSL187.17º92%80.39%-
HSV(B)187.17º36.65%98.43%-
XYZ62.8776.66102.75-
YUV217.04147.1686.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.46%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=24.46%
G=36.92%
B=38.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592402510.370.0400.02187.179280.39
Hex9FF0FB25402bb5c50
Octal23736037345402273134120
Binary1001111111110000111110111001011000101011101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,240,251); }

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

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

 a { background-color: rgb(159,240,251); }

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

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

 span { border-color: rgb(159,240,251); }

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