Shades of Blizzard Blue #9DEFFB
Tints of Blizzard Blue #9DEFFB
RGB
CMYK
RGB Variations
Color information
#9DEFFB (or 0x9DEFFB) is known color: Blizzard Blue. HEX triplet: 9D, EF and FB. RGB value is (157,239,251). Sum of RGB (Red+Green+Blue) = 157+239+251=647 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.27% from 647); Green value is 239 (93.75% from 255 or 36.94% 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 #9DEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFFB is #621004. Grayscale: #D7D7D7. Windows color (decimal): -6426629 or 16510877. OLE color: 16510877.
HSL color Cylindrical-coordinate representation of color #9DEFFB: hue angle of 187.66º 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 #9DEFFB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 239 | 251 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.02 |
| HSL | 187.66º | 0.92% | 0.8% | - |
| HSV(B) | 187.66º | 0.37% | 0.98% | - |
| XYZ | 62.18 | 75.87 | 102.63 | - |
| YUV | 215.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 251 | 0.37 | 0.05 | 0 | 0.02 | 187.66 | 0.92 | 0.8 |
| Hex | 9D | EF | FB | 25 | 5 | 0 | 2 | BC | 5C | 50 |
| Octal | 235 | 357 | 373 | 45 | 5 | 0 | 2 | 274 | 134 | 120 |
| Binary | 10011101 | 11101111 | 11111011 | 100101 | 101 | 0 | 10 | 10111100 | 1011100 | 1010000 |
Color Harmonies of #9DEFFB
Complementary color
Monochromatic Colors of #9DEFFB
Black with #9DEFFB
Text Example
Text Example
White with #9DEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFFB; }
p { color: rgb(157,239,251); }
H1.HeaderClassName
{
color: #9DEFFB;
}
.AnyTagClassName
{
color: #9DEFFB;
}
</style>
background-color css
<style>
a { background-color: #9DEFFB; }
a { background-color: rgb(157,239,251); }
div.DivClassName
{
background-color: #9DEFFB;
}
.BgClassName
{
background-color: #9DEFFB;
}
</style>
border-color css
<style>
span { border-color: #9DEFFB; }
span { border-color: rgb(157,239,251); }
td.TdClassName
{
border-color: #9DEFFB;
}
.TagClassName
{
border-color: #9DEFFB;
}
</style>