Shades of Blizzard Blue #9DEDFB
Tints of Blizzard Blue #9DEDFB
RGB
CMYK
RGB Variations
Color information
#9DEDFB (or 0x9DEDFB) is known color: Blizzard Blue. HEX triplet: 9D, ED and FB. RGB value is (157,237,251). Sum of RGB (Red+Green+Blue) = 157+237+251=645 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.34% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDFB is #621204. Grayscale: #D6D6D6. Windows color (decimal): -6427141 or 16510365. OLE color: 16510365.
HSL color Cylindrical-coordinate representation of color #9DEDFB: hue angle of 188.94º 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 #9DEDFB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 237 | 251 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.02 |
| HSL | 188.94º | 0.92% | 0.8% | - |
| HSV(B) | 188.94º | 0.37% | 0.98% | - |
| XYZ | 61.6 | 74.7 | 102.44 | - |
| YUV | 214.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 251 | 0.37 | 0.06 | 0 | 0.02 | 188.94 | 0.92 | 0.8 |
| Hex | 9D | ED | FB | 25 | 6 | 0 | 2 | BD | 5C | 50 |
| Octal | 235 | 355 | 373 | 45 | 6 | 0 | 2 | 275 | 134 | 120 |
| Binary | 10011101 | 11101101 | 11111011 | 100101 | 110 | 0 | 10 | 10111101 | 1011100 | 1010000 |
Color Harmonies of #9DEDFB
Complementary color
Monochromatic Colors of #9DEDFB
Black with #9DEDFB
Text Example
Text Example
White with #9DEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDFB; }
p { color: rgb(157,237,251); }
H1.HeaderClassName
{
color: #9DEDFB;
}
.AnyTagClassName
{
color: #9DEDFB;
}
</style>
background-color css
<style>
a { background-color: #9DEDFB; }
a { background-color: rgb(157,237,251); }
div.DivClassName
{
background-color: #9DEDFB;
}
.BgClassName
{
background-color: #9DEDFB;
}
</style>
border-color css
<style>
span { border-color: #9DEDFB; }
span { border-color: rgb(157,237,251); }
td.TdClassName
{
border-color: #9DEDFB;
}
.TagClassName
{
border-color: #9DEDFB;
}
</style>