Shades of Blizzard Blue #9DF5FD
Tints of Blizzard Blue #9DF5FD
RGB
CMYK
RGB Variations
Color information
#9DF5FD (or 0x9DF5FD) is known color: Blizzard Blue. HEX triplet: 9D, F5 and FD. RGB value is (157,245,253). Sum of RGB (Red+Green+Blue) = 157+245+253=655 (86% of max value = 765). Red value is 157 (61.72% from 255 or 23.97% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DF5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF5FD is #620A02. Grayscale: #DBDBDB. Windows color (decimal): -6425091 or 16643485. OLE color: 16643485.
HSL color Cylindrical-coordinate representation of color #9DF5FD: hue angle of 185º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF5FD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 157 | 245 | 253 | - |
CMYK | 0.38 | 0.03 | 0 | 0.01 |
HSL | 185º | 0.96% | 0.8% | - |
HSV(B) | 185º | 0.38% | 0.99% | - |
XYZ | 64.29 | 79.56 | 104.9 | - |
YUV | 219.6 | 146.85 | 83.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 245 | 253 | 0.38 | 0.03 | 0 | 0.01 | 185 | 0.96 | 0.8 |
Hex | 9D | F5 | FD | 26 | 3 | 0 | 1 | B9 | 60 | 50 |
Octal | 235 | 365 | 375 | 46 | 3 | 0 | 1 | 271 | 140 | 120 |
Binary | 10011101 | 11110101 | 11111101 | 100110 | 11 | 0 | 1 | 10111001 | 1100000 | 1010000 |
Color Harmonies of #9DF5FD
Complementary color
Monochromatic Colors of #9DF5FD
Black with #9DF5FD
Text Example
Text Example
White with #9DF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF5FD; }
p { color: rgb(157,245,253); }
H1.HeaderClassName
{
color: #9DF5FD;
}
.AnyTagClassName
{
color: #9DF5FD;
}
</style>
background-color css
<style>
a { background-color: #9DF5FD; }
a { background-color: rgb(157,245,253); }
div.DivClassName
{
background-color: #9DF5FD;
}
.BgClassName
{
background-color: #9DF5FD;
}
</style>
border-color css
<style>
span { border-color: #9DF5FD; }
span { border-color: rgb(157,245,253); }
td.TdClassName
{
border-color: #9DF5FD;
}
.TagClassName
{
border-color: #9DF5FD;
}
</style>