Shades of Blizzard Blue #90EFEA
Tints of Blizzard Blue #90EFEA
RGB
CMYK
RGB Variations
Color information
#90EFEA (or 0x90EFEA) is known color: Blizzard Blue. HEX triplet: 90, EF and EA. RGB value is (144,239,234). Sum of RGB (Red+Green+Blue) = 144+239+234=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFEA is #6F1015. Grayscale: #D1D1D1. Windows color (decimal): -7278614 or 15396752. OLE color: 15396752.
HSL color Cylindrical-coordinate representation of color #90EFEA: hue angle of 176.84º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFEA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 234 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.06 |
| HSL | 176.84º | 0.75% | 0.75% | - |
| HSV(B) | 176.84º | 0.4% | 0.94% | - |
| XYZ | 57.22 | 73.6 | 89.03 | - |
| YUV | 210.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 234 | 0.40 | 0 | 0.02 | 0.06 | 176.84 | 0.75 | 0.75 |
| Hex | 90 | EF | EA | 28 | 0 | 2 | 6 | B1 | 4B | 4B |
| Octal | 220 | 357 | 352 | 50 | 0 | 2 | 6 | 261 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11101010 | 101000 | 0 | 10 | 110 | 10110001 | 1001011 | 1001011 |
Color Harmonies of #90EFEA
Complementary color
Monochromatic Colors of #90EFEA
Black with #90EFEA
Text Example
Text Example
White with #90EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFEA; }
p { color: rgb(144,239,234); }
H1.HeaderClassName
{
color: #90EFEA;
}
.AnyTagClassName
{
color: #90EFEA;
}
</style>
background-color css
<style>
a { background-color: #90EFEA; }
a { background-color: rgb(144,239,234); }
div.DivClassName
{
background-color: #90EFEA;
}
.BgClassName
{
background-color: #90EFEA;
}
</style>
border-color css
<style>
span { border-color: #90EFEA; }
span { border-color: rgb(144,239,234); }
td.TdClassName
{
border-color: #90EFEA;
}
.TagClassName
{
border-color: #90EFEA;
}
</style>