Shades of Blizzard Blue #9DDFF0
Tints of Blizzard Blue #9DDFF0
RGB
CMYK
RGB Variations
Color information
#9DDFF0 (or 0x9DDFF0) is known color: Blizzard Blue. HEX triplet: 9D, DF and F0. RGB value is (157,223,240). Sum of RGB (Red+Green+Blue) = 157+223+240=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFF0 is #62200F. Grayscale: #CDCDCD. Windows color (decimal): -6430736 or 15785885. OLE color: 15785885.
HSL color Cylindrical-coordinate representation of color #9DDFF0: hue angle of 192.29º 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 #9DDFF0 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 223 | 240 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.06 |
| HSL | 192.29º | 0.73% | 0.78% | - |
| HSV(B) | 192.29º | 0.35% | 0.94% | - |
| XYZ | 56.02 | 66.23 | 92.27 | - |
| YUV | 205.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 240 | 0.35 | 0.07 | 0 | 0.06 | 192.29 | 0.73 | 0.78 |
| Hex | 9D | DF | F0 | 23 | 7 | 0 | 6 | C0 | 49 | 4E |
| Octal | 235 | 337 | 360 | 43 | 7 | 0 | 6 | 300 | 111 | 116 |
| Binary | 10011101 | 11011111 | 11110000 | 100011 | 111 | 0 | 110 | 11000000 | 1001001 | 1001110 |
Color Harmonies of #9DDFF0
Complementary color
Monochromatic Colors of #9DDFF0
Black with #9DDFF0
Text Example
Text Example
White with #9DDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFF0; }
p { color: rgb(157,223,240); }
H1.HeaderClassName
{
color: #9DDFF0;
}
.AnyTagClassName
{
color: #9DDFF0;
}
</style>
background-color css
<style>
a { background-color: #9DDFF0; }
a { background-color: rgb(157,223,240); }
div.DivClassName
{
background-color: #9DDFF0;
}
.BgClassName
{
background-color: #9DDFF0;
}
</style>
border-color css
<style>
span { border-color: #9DDFF0; }
span { border-color: rgb(157,223,240); }
td.TdClassName
{
border-color: #9DDFF0;
}
.TagClassName
{
border-color: #9DDFF0;
}
</style>