Shades of Blizzard Blue #9DE3EA
Tints of Blizzard Blue #9DE3EA
RGB
CMYK
RGB Variations
Color information
#9DE3EA (or 0x9DE3EA) is known color: Blizzard Blue. HEX triplet: 9D, E3 and EA. RGB value is (157,227,234). Sum of RGB (Red+Green+Blue) = 157+227+234=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3EA is #621C15. Grayscale: #CECECE. Windows color (decimal): -6429718 or 15393693. OLE color: 15393693.
HSL color Cylindrical-coordinate representation of color #9DE3EA: hue angle of 185.45º 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 #9DE3EA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 227 | 234 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.08 |
| HSL | 185.45º | 0.65% | 0.77% | - |
| HSV(B) | 185.45º | 0.33% | 0.92% | - |
| XYZ | 56.23 | 68.05 | 88.01 | - |
| YUV | 206.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 234 | 0.33 | 0.03 | 0 | 0.08 | 185.45 | 0.65 | 0.77 |
| Hex | 9D | E3 | EA | 21 | 3 | 0 | 8 | B9 | 41 | 4D |
| Octal | 235 | 343 | 352 | 41 | 3 | 0 | 10 | 271 | 101 | 115 |
| Binary | 10011101 | 11100011 | 11101010 | 100001 | 11 | 0 | 1000 | 10111001 | 1000001 | 1001101 |
Color Harmonies of #9DE3EA
Complementary color
Monochromatic Colors of #9DE3EA
Black with #9DE3EA
Text Example
Text Example
White with #9DE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3EA; }
p { color: rgb(157,227,234); }
H1.HeaderClassName
{
color: #9DE3EA;
}
.AnyTagClassName
{
color: #9DE3EA;
}
</style>
background-color css
<style>
a { background-color: #9DE3EA; }
a { background-color: rgb(157,227,234); }
div.DivClassName
{
background-color: #9DE3EA;
}
.BgClassName
{
background-color: #9DE3EA;
}
</style>
border-color css
<style>
span { border-color: #9DE3EA; }
span { border-color: rgb(157,227,234); }
td.TdClassName
{
border-color: #9DE3EA;
}
.TagClassName
{
border-color: #9DE3EA;
}
</style>