Shades of Blizzard Blue #9DEEEF
Tints of Blizzard Blue #9DEEEF
RGB
CMYK
RGB Variations
Color information
#9DEEEF (or 0x9DEEEF) is known color: Blizzard Blue. HEX triplet: 9D, EE and EF. RGB value is (157,238,239). Sum of RGB (Red+Green+Blue) = 157+238+239=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEF is #621110. Grayscale: #D5D5D5. Windows color (decimal): -6426897 or 15724189. OLE color: 15724189.
HSL color Cylindrical-coordinate representation of color #9DEEEF: hue angle of 180.73º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEEEF is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 238 | 239 | - |
| CMYK | 0.34 | 0.00 | 0 | 0.06 |
| HSL | 180.73º | 0.72% | 0.78% | - |
| HSV(B) | 180.73º | 0.34% | 0.94% | - |
| XYZ | 60.06 | 74.55 | 92.89 | - |
| YUV | 213.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 239 | 0.34 | 0.00 | 0 | 0.06 | 180.73 | 0.72 | 0.78 |
| Hex | 9D | EE | EF | 22 | 0 | 0 | 6 | B5 | 48 | 4E |
| Octal | 235 | 356 | 357 | 42 | 0 | 0 | 6 | 265 | 110 | 116 |
| Binary | 10011101 | 11101110 | 11101111 | 100010 | 0 | 0 | 110 | 10110101 | 1001000 | 1001110 |
Color Harmonies of #9DEEEF
Complementary color
Monochromatic Colors of #9DEEEF
Black with #9DEEEF
Text Example
Text Example
White with #9DEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEEF; }
p { color: rgb(157,238,239); }
H1.HeaderClassName
{
color: #9DEEEF;
}
.AnyTagClassName
{
color: #9DEEEF;
}
</style>
background-color css
<style>
a { background-color: #9DEEEF; }
a { background-color: rgb(157,238,239); }
div.DivClassName
{
background-color: #9DEEEF;
}
.BgClassName
{
background-color: #9DEEEF;
}
</style>
border-color css
<style>
span { border-color: #9DEEEF; }
span { border-color: rgb(157,238,239); }
td.TdClassName
{
border-color: #9DEEEF;
}
.TagClassName
{
border-color: #9DEEEF;
}
</style>