Shades of Blizzard Blue #9FE0F5
Tints of Blizzard Blue #9FE0F5
RGB
CMYK
RGB Variations
Color information
#9FE0F5 (or 0x9FE0F5) is known color: Blizzard Blue. HEX triplet: 9F, E0 and F5. RGB value is (159,224,245). Sum of RGB (Red+Green+Blue) = 159+224+245=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #9FE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0F5 is #601F0A. Grayscale: #CECECE. Windows color (decimal): -6299403 or 16113823. OLE color: 16113823.
HSL color Cylindrical-coordinate representation of color #9FE0F5: hue angle of 194.65º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FE0F5 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 224 | 245 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.04 |
| HSL | 194.65º | 0.81% | 0.79% | - |
| HSV(B) | 194.65º | 0.35% | 0.96% | - |
| XYZ | 57.44 | 67.27 | 96.34 | - |
| YUV | 206.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 245 | 0.35 | 0.09 | 0 | 0.04 | 194.65 | 0.81 | 0.79 |
| Hex | 9F | E0 | F5 | 23 | 9 | 0 | 4 | C3 | 51 | 4F |
| Octal | 237 | 340 | 365 | 43 | 11 | 0 | 4 | 303 | 121 | 117 |
| Binary | 10011111 | 11100000 | 11110101 | 100011 | 1001 | 0 | 100 | 11000011 | 1010001 | 1001111 |
Color Harmonies of #9FE0F5
Complementary color
Monochromatic Colors of #9FE0F5
Black with #9FE0F5
Text Example
Text Example
White with #9FE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0F5; }
p { color: rgb(159,224,245); }
H1.HeaderClassName
{
color: #9FE0F5;
}
.AnyTagClassName
{
color: #9FE0F5;
}
</style>
background-color css
<style>
a { background-color: #9FE0F5; }
a { background-color: rgb(159,224,245); }
div.DivClassName
{
background-color: #9FE0F5;
}
.BgClassName
{
background-color: #9FE0F5;
}
</style>
border-color css
<style>
span { border-color: #9FE0F5; }
span { border-color: rgb(159,224,245); }
td.TdClassName
{
border-color: #9FE0F5;
}
.TagClassName
{
border-color: #9FE0F5;
}
</style>