Shades of Blizzard Blue #9DE4EA
Tints of Blizzard Blue #9DE4EA
RGB
CMYK
RGB Variations
Color information
#9DE4EA (or 0x9DE4EA) is known color: Blizzard Blue. HEX triplet: 9D, E4 and EA. RGB value is (157,228,234). Sum of RGB (Red+Green+Blue) = 157+228+234=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE4EA is #621B15. Grayscale: #CFCFCF. Windows color (decimal): -6429462 or 15393949. OLE color: 15393949.
HSL color Cylindrical-coordinate representation of color #9DE4EA: hue angle of 184.68º 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 #9DE4EA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 228 | 234 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.08 |
| HSL | 184.68º | 0.65% | 0.77% | - |
| HSV(B) | 184.68º | 0.33% | 0.92% | - |
| XYZ | 56.5 | 68.6 | 88.1 | - |
| YUV | 207.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 234 | 0.33 | 0.03 | 0 | 0.08 | 184.68 | 0.65 | 0.77 |
| Hex | 9D | E4 | EA | 21 | 3 | 0 | 8 | B9 | 41 | 4D |
| Octal | 235 | 344 | 352 | 41 | 3 | 0 | 10 | 271 | 101 | 115 |
| Binary | 10011101 | 11100100 | 11101010 | 100001 | 11 | 0 | 1000 | 10111001 | 1000001 | 1001101 |
Color Harmonies of #9DE4EA
Complementary color
Monochromatic Colors of #9DE4EA
Black with #9DE4EA
Text Example
Text Example
White with #9DE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE4EA; }
p { color: rgb(157,228,234); }
H1.HeaderClassName
{
color: #9DE4EA;
}
.AnyTagClassName
{
color: #9DE4EA;
}
</style>
background-color css
<style>
a { background-color: #9DE4EA; }
a { background-color: rgb(157,228,234); }
div.DivClassName
{
background-color: #9DE4EA;
}
.BgClassName
{
background-color: #9DE4EA;
}
</style>
border-color css
<style>
span { border-color: #9DE4EA; }
span { border-color: rgb(157,228,234); }
td.TdClassName
{
border-color: #9DE4EA;
}
.TagClassName
{
border-color: #9DE4EA;
}
</style>