Shades of Blizzard Blue #9DEBF0
Tints of Blizzard Blue #9DEBF0
RGB
CMYK
RGB Variations
Color information
#9DEBF0 (or 0x9DEBF0) is known color: Blizzard Blue. HEX triplet: 9D, EB and F0. RGB value is (157,235,240). Sum of RGB (Red+Green+Blue) = 157+235+240=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBF0 is #62140F. Grayscale: #D4D4D4. Windows color (decimal): -6427664 or 15788957. OLE color: 15788957.
HSL color Cylindrical-coordinate representation of color #9DEBF0: hue angle of 183.61º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DEBF0 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 235 | 240 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.06 |
| HSL | 183.61º | 0.73% | 0.78% | - |
| HSV(B) | 183.61º | 0.35% | 0.94% | - |
| XYZ | 59.34 | 72.88 | 93.38 | - |
| YUV | 212.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 240 | 0.35 | 0.02 | 0 | 0.06 | 183.61 | 0.73 | 0.78 |
| Hex | 9D | EB | F0 | 23 | 2 | 0 | 6 | B8 | 49 | 4E |
| Octal | 235 | 353 | 360 | 43 | 2 | 0 | 6 | 270 | 111 | 116 |
| Binary | 10011101 | 11101011 | 11110000 | 100011 | 10 | 0 | 110 | 10111000 | 1001001 | 1001110 |
Color Harmonies of #9DEBF0
Complementary color
Monochromatic Colors of #9DEBF0
Black with #9DEBF0
Text Example
Text Example
White with #9DEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBF0; }
p { color: rgb(157,235,240); }
H1.HeaderClassName
{
color: #9DEBF0;
}
.AnyTagClassName
{
color: #9DEBF0;
}
</style>
background-color css
<style>
a { background-color: #9DEBF0; }
a { background-color: rgb(157,235,240); }
div.DivClassName
{
background-color: #9DEBF0;
}
.BgClassName
{
background-color: #9DEBF0;
}
</style>
border-color css
<style>
span { border-color: #9DEBF0; }
span { border-color: rgb(157,235,240); }
td.TdClassName
{
border-color: #9DEBF0;
}
.TagClassName
{
border-color: #9DEBF0;
}
</style>