Shades of Blizzard Blue #90EDE4
Tints of Blizzard Blue #90EDE4
RGB
CMYK
RGB Variations
Color information
#90EDE4 (or 0x90EDE4) is known color: Blizzard Blue. HEX triplet: 90, ED and E4. RGB value is (144,237,228). Sum of RGB (Red+Green+Blue) = 144+237+228=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDE4 is #6F121B. Grayscale: #D0D0D0. Windows color (decimal): -7279132 or 15003024. OLE color: 15003024.
HSL color Cylindrical-coordinate representation of color #90EDE4: hue angle of 174.19º 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 #90EDE4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 228 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.07 |
| HSL | 174.19º | 0.72% | 0.75% | - |
| HSV(B) | 174.19º | 0.39% | 0.93% | - |
| XYZ | 55.79 | 72.1 | 84.37 | - |
| YUV | 208.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 228 | 0.39 | 0 | 0.04 | 0.07 | 174.19 | 0.72 | 0.75 |
| Hex | 90 | ED | E4 | 27 | 0 | 4 | 7 | AE | 48 | 4B |
| Octal | 220 | 355 | 344 | 47 | 0 | 4 | 7 | 256 | 110 | 113 |
| Binary | 10010000 | 11101101 | 11100100 | 100111 | 0 | 100 | 111 | 10101110 | 1001000 | 1001011 |
Color Harmonies of #90EDE4
Complementary color
Monochromatic Colors of #90EDE4
Black with #90EDE4
Text Example
Text Example
White with #90EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDE4; }
p { color: rgb(144,237,228); }
H1.HeaderClassName
{
color: #90EDE4;
}
.AnyTagClassName
{
color: #90EDE4;
}
</style>
background-color css
<style>
a { background-color: #90EDE4; }
a { background-color: rgb(144,237,228); }
div.DivClassName
{
background-color: #90EDE4;
}
.BgClassName
{
background-color: #90EDE4;
}
</style>
border-color css
<style>
span { border-color: #90EDE4; }
span { border-color: rgb(144,237,228); }
td.TdClassName
{
border-color: #90EDE4;
}
.TagClassName
{
border-color: #90EDE4;
}
</style>