Shades of Blizzard Blue #90ECEC
Tints of Blizzard Blue #90ECEC
RGB
CMYK
RGB Variations
Color information
#90ECEC (or 0x90ECEC) is known color: Blizzard Blue. HEX triplet: 90, EC and EC. RGB value is (144,236,236). Sum of RGB (Red+Green+Blue) = 144+236+236=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #90ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90ECEC is #6F1313. Grayscale: #D0D0D0. Windows color (decimal): -7279380 or 15527056. OLE color: 15527056.
HSL color Cylindrical-coordinate representation of color #90ECEC: hue angle of 180º degrees, saturation: 0.71, 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 #90ECEC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 236 | - |
| CMYK | 0.39 | 0 | 0 | 0.07 |
| HSL | 180º | 0.71% | 0.75% | - |
| HSV(B) | 180º | 0.39% | 0.93% | - |
| XYZ | 56.64 | 71.98 | 90.26 | - |
| YUV | 208.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 236 | 0.39 | 0 | 0 | 0.07 | 180 | 0.71 | 0.75 |
| Hex | 90 | EC | EC | 27 | 0 | 0 | 7 | B4 | 47 | 4B |
| Octal | 220 | 354 | 354 | 47 | 0 | 0 | 7 | 264 | 107 | 113 |
| Binary | 10010000 | 11101100 | 11101100 | 100111 | 0 | 0 | 111 | 10110100 | 1000111 | 1001011 |
Color Harmonies of #90ECEC
Complementary color
Monochromatic Colors of #90ECEC
Black with #90ECEC
Text Example
Text Example
White with #90ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECEC; }
p { color: rgb(144,236,236); }
H1.HeaderClassName
{
color: #90ECEC;
}
.AnyTagClassName
{
color: #90ECEC;
}
</style>
background-color css
<style>
a { background-color: #90ECEC; }
a { background-color: rgb(144,236,236); }
div.DivClassName
{
background-color: #90ECEC;
}
.BgClassName
{
background-color: #90ECEC;
}
</style>
border-color css
<style>
span { border-color: #90ECEC; }
span { border-color: rgb(144,236,236); }
td.TdClassName
{
border-color: #90ECEC;
}
.TagClassName
{
border-color: #90ECEC;
}
</style>