Shades of Blizzard Blue #9DEBFB
Tints of Blizzard Blue #9DEBFB
RGB
CMYK
RGB Variations
Color information
#9DEBFB (or 0x9DEBFB) is known color: Blizzard Blue. HEX triplet: 9D, EB and FB. RGB value is (157,235,251). Sum of RGB (Red+Green+Blue) = 157+235+251=643 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.42% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBFB is #621404. Grayscale: #D5D5D5. Windows color (decimal): -6427653 or 16509853. OLE color: 16509853.
HSL color Cylindrical-coordinate representation of color #9DEBFB: hue angle of 190.21º 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 #9DEBFB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 235 | 251 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.02 |
| HSL | 190.21º | 0.92% | 0.8% | - |
| HSV(B) | 190.21º | 0.37% | 0.98% | - |
| XYZ | 61.03 | 73.55 | 102.25 | - |
| YUV | 213.5 | 149.16 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 251 | 0.37 | 0.06 | 0 | 0.02 | 190.21 | 0.92 | 0.8 |
| Hex | 9D | EB | FB | 25 | 6 | 0 | 2 | BE | 5C | 50 |
| Octal | 235 | 353 | 373 | 45 | 6 | 0 | 2 | 276 | 134 | 120 |
| Binary | 10011101 | 11101011 | 11111011 | 100101 | 110 | 0 | 10 | 10111110 | 1011100 | 1010000 |
Color Harmonies of #9DEBFB
Complementary color
Monochromatic Colors of #9DEBFB
Black with #9DEBFB
Text Example
Text Example
White with #9DEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBFB; }
p { color: rgb(157,235,251); }
H1.HeaderClassName
{
color: #9DEBFB;
}
.AnyTagClassName
{
color: #9DEBFB;
}
</style>
background-color css
<style>
a { background-color: #9DEBFB; }
a { background-color: rgb(157,235,251); }
div.DivClassName
{
background-color: #9DEBFB;
}
.BgClassName
{
background-color: #9DEBFB;
}
</style>
border-color css
<style>
span { border-color: #9DEBFB; }
span { border-color: rgb(157,235,251); }
td.TdClassName
{
border-color: #9DEBFB;
}
.TagClassName
{
border-color: #9DEBFB;
}
</style>