#9FEDFB

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

Shades of Blizzard Blue #9FEDFB

Tints of Blizzard Blue #9FEDFB

Color information

#9FEDFB (or 0x9FEDFB) is unknown color: approx Blizzard Blue. HEX triplet: 9F, ED and FB. RGB value is (159,237,251). Sum of RGB (Red+Green+Blue) = 159+237+251=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDFB is #601204. Grayscale: #D7D7D7. Windows color (decimal): -6296069 or 16510367. OLE color: 16510367.

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

Color convert

RGB159237251-
CMYK0.370.0600.02
HSL189.13º92%80.39%-
HSV(B)189.13º36.65%98.43%-
XYZ61.9974.9102.46-
YUV215.27148.1687.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.57%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=24.57%
G=36.63%
B=38.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592372510.370.0600.02189.139280.39
Hex9FEDFB25602bd5c50
Octal23735537345602275134120
Binary1001111111101101111110111001011100101011110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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