#9FE9FB

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

Shades of Blizzard Blue #9FE9FB

Tints of Blizzard Blue #9FE9FB

Color information

#9FE9FB (or 0x9FE9FB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, E9 and FB. RGB value is (159,233,251). Sum of RGB (Red+Green+Blue) = 159+233+251=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FE9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9FB is #601604. Grayscale: #D4D4D4. Windows color (decimal): -6297093 or 16509343. OLE color: 16509343.

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

Color convert

RGB159233251-
CMYK0.370.0700.02
HSL191.74º92%80.39%-
HSV(B)191.74º36.65%98.43%-
XYZ60.8572.61102.08-
YUV212.93149.4889.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.73%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=24.73%
G=36.24%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592332510.370.0700.02191.749280.39
Hex9FE9FB25702c05c50
Octal23735137345702300134120
Binary1001111111101001111110111001011110101100000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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