Shades of Blizzard Blue #90EDE6
Tints of Blizzard Blue #90EDE6
RGB
CMYK
RGB Variations
Color information
#90EDE6 (or 0x90EDE6) is known color: Blizzard Blue. HEX triplet: 90, ED and E6. RGB value is (144,237,230). Sum of RGB (Red+Green+Blue) = 144+237+230=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDE6 is #6F1219. Grayscale: #D0D0D0. Windows color (decimal): -7279130 or 15134096. OLE color: 15134096.
HSL color Cylindrical-coordinate representation of color #90EDE6: hue angle of 175.48º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDE6 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 230 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.07 |
| HSL | 175.48º | 0.72% | 0.75% | - |
| HSV(B) | 175.48º | 0.39% | 0.93% | - |
| XYZ | 56.07 | 72.21 | 85.85 | - |
| YUV | 208.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 230 | 0.39 | 0 | 0.03 | 0.07 | 175.48 | 0.72 | 0.75 |
| Hex | 90 | ED | E6 | 27 | 0 | 3 | 7 | AF | 48 | 4B |
| Octal | 220 | 355 | 346 | 47 | 0 | 3 | 7 | 257 | 110 | 113 |
| Binary | 10010000 | 11101101 | 11100110 | 100111 | 0 | 11 | 111 | 10101111 | 1001000 | 1001011 |
Color Harmonies of #90EDE6
Complementary color
Monochromatic Colors of #90EDE6
Black with #90EDE6
Text Example
Text Example
White with #90EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDE6; }
p { color: rgb(144,237,230); }
H1.HeaderClassName
{
color: #90EDE6;
}
.AnyTagClassName
{
color: #90EDE6;
}
</style>
background-color css
<style>
a { background-color: #90EDE6; }
a { background-color: rgb(144,237,230); }
div.DivClassName
{
background-color: #90EDE6;
}
.BgClassName
{
background-color: #90EDE6;
}
</style>
border-color css
<style>
span { border-color: #90EDE6; }
span { border-color: rgb(144,237,230); }
td.TdClassName
{
border-color: #90EDE6;
}
.TagClassName
{
border-color: #90EDE6;
}
</style>