Shades of Blizzard Blue #9DF5FE
Tints of Blizzard Blue #9DF5FE
RGB
CMYK
RGB Variations
Color information
#9DF5FE (or 0x9DF5FE) is known color: Blizzard Blue. HEX triplet: 9D, F5 and FE. RGB value is (157,245,254). Sum of RGB (Red+Green+Blue) = 157+245+254=656 (86% of max value = 765). Red value is 157 (61.72% from 255 or 23.93% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF5FE is #620A01. Grayscale: #DBDBDB. Windows color (decimal): -6425090 or 16709021. OLE color: 16709021.
HSL color Cylindrical-coordinate representation of color #9DF5FE: hue angle of 185.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF5FE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 245 | 254 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.00 |
| HSL | 185.57º | 0.98% | 0.81% | - |
| HSV(B) | 185.57º | 0.38% | 1% | - |
| XYZ | 64.45 | 79.63 | 105.74 | - |
| YUV | 219.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 254 | 0.38 | 0.04 | 0 | 0.00 | 185.57 | 0.98 | 0.81 |
| Hex | 9D | F5 | FE | 26 | 4 | 0 | 0 | BA | 62 | 51 |
| Octal | 235 | 365 | 376 | 46 | 4 | 0 | 0 | 272 | 142 | 121 |
| Binary | 10011101 | 11110101 | 11111110 | 100110 | 100 | 0 | 0 | 10111010 | 1100010 | 1010001 |
Color Harmonies of #9DF5FE
Complementary color
Monochromatic Colors of #9DF5FE
Black with #9DF5FE
Text Example
Text Example
White with #9DF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF5FE; }
p { color: rgb(157,245,254); }
H1.HeaderClassName
{
color: #9DF5FE;
}
.AnyTagClassName
{
color: #9DF5FE;
}
</style>
background-color css
<style>
a { background-color: #9DF5FE; }
a { background-color: rgb(157,245,254); }
div.DivClassName
{
background-color: #9DF5FE;
}
.BgClassName
{
background-color: #9DF5FE;
}
</style>
border-color css
<style>
span { border-color: #9DF5FE; }
span { border-color: rgb(157,245,254); }
td.TdClassName
{
border-color: #9DF5FE;
}
.TagClassName
{
border-color: #9DF5FE;
}
</style>