Shades of Blizzard Blue #90EAEA
Tints of Blizzard Blue #90EAEA
RGB
CMYK
RGB Variations
Color information
#90EAEA (or 0x90EAEA) is known color: Blizzard Blue. HEX triplet: 90, EA and EA. RGB value is (144,234,234). Sum of RGB (Red+Green+Blue) = 144+234+234=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #90EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAEA is #6F1515. Grayscale: #CFCFCF. Windows color (decimal): -7279894 or 15395472. OLE color: 15395472.
HSL color Cylindrical-coordinate representation of color #90EAEA: hue angle of 180º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAEA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 234 | - |
| CMYK | 0.38 | 0 | 0 | 0.08 |
| HSL | 180º | 0.68% | 0.74% | - |
| HSV(B) | 180º | 0.38% | 0.92% | - |
| XYZ | 55.78 | 70.72 | 88.55 | - |
| YUV | 207.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 234 | 0.38 | 0 | 0 | 0.08 | 180 | 0.68 | 0.74 |
| Hex | 90 | EA | EA | 26 | 0 | 0 | 8 | B4 | 44 | 4A |
| Octal | 220 | 352 | 352 | 46 | 0 | 0 | 10 | 264 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11101010 | 100110 | 0 | 0 | 1000 | 10110100 | 1000100 | 1001010 |
Color Harmonies of #90EAEA
Complementary color
Monochromatic Colors of #90EAEA
Black with #90EAEA
Text Example
Text Example
White with #90EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAEA; }
p { color: rgb(144,234,234); }
H1.HeaderClassName
{
color: #90EAEA;
}
.AnyTagClassName
{
color: #90EAEA;
}
</style>
background-color css
<style>
a { background-color: #90EAEA; }
a { background-color: rgb(144,234,234); }
div.DivClassName
{
background-color: #90EAEA;
}
.BgClassName
{
background-color: #90EAEA;
}
</style>
border-color css
<style>
span { border-color: #90EAEA; }
span { border-color: rgb(144,234,234); }
td.TdClassName
{
border-color: #90EAEA;
}
.TagClassName
{
border-color: #90EAEA;
}
</style>