Shades of Blizzard Blue #9DDFEC
Tints of Blizzard Blue #9DDFEC
RGB
CMYK
RGB Variations
Color information
#9DDFEC (or 0x9DDFEC) is known color: Blizzard Blue. HEX triplet: 9D, DF and EC. RGB value is (157,223,236). Sum of RGB (Red+Green+Blue) = 157+223+236=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFEC is #622013. Grayscale: #CCCCCC. Windows color (decimal): -6430740 or 15523741. OLE color: 15523741.
HSL color Cylindrical-coordinate representation of color #9DDFEC: hue angle of 189.87º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDFEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 223 | 236 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 189.87º | 0.68% | 0.77% | - |
| HSV(B) | 189.87º | 0.33% | 0.93% | - |
| XYZ | 55.43 | 66 | 89.17 | - |
| YUV | 204.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 236 | 0.33 | 0.06 | 0 | 0.07 | 189.87 | 0.68 | 0.77 |
| Hex | 9D | DF | EC | 21 | 6 | 0 | 7 | BE | 44 | 4D |
| Octal | 235 | 337 | 354 | 41 | 6 | 0 | 7 | 276 | 104 | 115 |
| Binary | 10011101 | 11011111 | 11101100 | 100001 | 110 | 0 | 111 | 10111110 | 1000100 | 1001101 |
Color Harmonies of #9DDFEC
Complementary color
Monochromatic Colors of #9DDFEC
Black with #9DDFEC
Text Example
Text Example
White with #9DDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFEC; }
p { color: rgb(157,223,236); }
H1.HeaderClassName
{
color: #9DDFEC;
}
.AnyTagClassName
{
color: #9DDFEC;
}
</style>
background-color css
<style>
a { background-color: #9DDFEC; }
a { background-color: rgb(157,223,236); }
div.DivClassName
{
background-color: #9DDFEC;
}
.BgClassName
{
background-color: #9DDFEC;
}
</style>
border-color css
<style>
span { border-color: #9DDFEC; }
span { border-color: rgb(157,223,236); }
td.TdClassName
{
border-color: #9DDFEC;
}
.TagClassName
{
border-color: #9DDFEC;
}
</style>