Shades of Blizzard Blue #9DEFEF
Tints of Blizzard Blue #9DEFEF
RGB
CMYK
RGB Variations
Color information
#9DEFEF (or 0x9DEFEF) is known color: Blizzard Blue. HEX triplet: 9D, EF and EF. RGB value is (157,239,239). Sum of RGB (Red+Green+Blue) = 157+239+239=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #9DEFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFEF is #621010. Grayscale: #D6D6D6. Windows color (decimal): -6426641 or 15724445. OLE color: 15724445.
HSL color Cylindrical-coordinate representation of color #9DEFEF: hue angle of 180º 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 #9DEFEF is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 239 | - |
| CMYK | 0.34 | 0 | 0 | 0.06 |
| HSL | 180º | 0.72% | 0.78% | - |
| HSV(B) | 180º | 0.34% | 0.94% | - |
| XYZ | 60.35 | 75.13 | 92.98 | - |
| YUV | 214.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 239 | 0.34 | 0 | 0 | 0.06 | 180 | 0.72 | 0.78 |
| Hex | 9D | EF | EF | 22 | 0 | 0 | 6 | B4 | 48 | 4E |
| Octal | 235 | 357 | 357 | 42 | 0 | 0 | 6 | 264 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11101111 | 100010 | 0 | 0 | 110 | 10110100 | 1001000 | 1001110 |
Color Harmonies of #9DEFEF
Complementary color
Monochromatic Colors of #9DEFEF
Black with #9DEFEF
Text Example
Text Example
White with #9DEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFEF; }
p { color: rgb(157,239,239); }
H1.HeaderClassName
{
color: #9DEFEF;
}
.AnyTagClassName
{
color: #9DEFEF;
}
</style>
background-color css
<style>
a { background-color: #9DEFEF; }
a { background-color: rgb(157,239,239); }
div.DivClassName
{
background-color: #9DEFEF;
}
.BgClassName
{
background-color: #9DEFEF;
}
</style>
border-color css
<style>
span { border-color: #9DEFEF; }
span { border-color: rgb(157,239,239); }
td.TdClassName
{
border-color: #9DEFEF;
}
.TagClassName
{
border-color: #9DEFEF;
}
</style>