Shades of Blizzard Blue #9DDFEA
Tints of Blizzard Blue #9DDFEA
RGB
CMYK
RGB Variations
Color information
#9DDFEA (or 0x9DDFEA) is known color: Blizzard Blue. HEX triplet: 9D, DF and EA. RGB value is (157,223,234). Sum of RGB (Red+Green+Blue) = 157+223+234=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFEA is #622015. Grayscale: #CCCCCC. Windows color (decimal): -6430742 or 15392669. OLE color: 15392669.
HSL color Cylindrical-coordinate representation of color #9DDFEA: hue angle of 188.57º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDFEA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 223 | 234 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.08 |
| HSL | 188.57º | 0.65% | 0.77% | - |
| HSV(B) | 188.57º | 0.33% | 0.92% | - |
| XYZ | 55.14 | 65.88 | 87.65 | - |
| YUV | 204.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 234 | 0.33 | 0.05 | 0 | 0.08 | 188.57 | 0.65 | 0.77 |
| Hex | 9D | DF | EA | 21 | 5 | 0 | 8 | BD | 41 | 4D |
| Octal | 235 | 337 | 352 | 41 | 5 | 0 | 10 | 275 | 101 | 115 |
| Binary | 10011101 | 11011111 | 11101010 | 100001 | 101 | 0 | 1000 | 10111101 | 1000001 | 1001101 |
Color Harmonies of #9DDFEA
Complementary color
Monochromatic Colors of #9DDFEA
Black with #9DDFEA
Text Example
Text Example
White with #9DDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFEA; }
p { color: rgb(157,223,234); }
H1.HeaderClassName
{
color: #9DDFEA;
}
.AnyTagClassName
{
color: #9DDFEA;
}
</style>
background-color css
<style>
a { background-color: #9DDFEA; }
a { background-color: rgb(157,223,234); }
div.DivClassName
{
background-color: #9DDFEA;
}
.BgClassName
{
background-color: #9DDFEA;
}
</style>
border-color css
<style>
span { border-color: #9DDFEA; }
span { border-color: rgb(157,223,234); }
td.TdClassName
{
border-color: #9DDFEA;
}
.TagClassName
{
border-color: #9DDFEA;
}
</style>