Shades of Blizzard Blue #9DE0EA
Tints of Blizzard Blue #9DE0EA
RGB
CMYK
RGB Variations
Color information
#9DE0EA (or 0x9DE0EA) is known color: Blizzard Blue. HEX triplet: 9D, E0 and EA. RGB value is (157,224,234). Sum of RGB (Red+Green+Blue) = 157+224+234=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0EA is #621F15. Grayscale: #CDCDCD. Windows color (decimal): -6430486 or 15392925. OLE color: 15392925.
HSL color Cylindrical-coordinate representation of color #9DE0EA: hue angle of 187.79º 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 #9DE0EA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 224 | 234 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.08 |
| HSL | 187.79º | 0.65% | 0.77% | - |
| HSV(B) | 187.79º | 0.33% | 0.92% | - |
| XYZ | 55.41 | 66.42 | 87.74 | - |
| YUV | 205.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 234 | 0.33 | 0.04 | 0 | 0.08 | 187.79 | 0.65 | 0.77 |
| Hex | 9D | E0 | EA | 21 | 4 | 0 | 8 | BC | 41 | 4D |
| Octal | 235 | 340 | 352 | 41 | 4 | 0 | 10 | 274 | 101 | 115 |
| Binary | 10011101 | 11100000 | 11101010 | 100001 | 100 | 0 | 1000 | 10111100 | 1000001 | 1001101 |
Color Harmonies of #9DE0EA
Complementary color
Monochromatic Colors of #9DE0EA
Black with #9DE0EA
Text Example
Text Example
White with #9DE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0EA; }
p { color: rgb(157,224,234); }
H1.HeaderClassName
{
color: #9DE0EA;
}
.AnyTagClassName
{
color: #9DE0EA;
}
</style>
background-color css
<style>
a { background-color: #9DE0EA; }
a { background-color: rgb(157,224,234); }
div.DivClassName
{
background-color: #9DE0EA;
}
.BgClassName
{
background-color: #9DE0EA;
}
</style>
border-color css
<style>
span { border-color: #9DE0EA; }
span { border-color: rgb(157,224,234); }
td.TdClassName
{
border-color: #9DE0EA;
}
.TagClassName
{
border-color: #9DE0EA;
}
</style>