Shades of Vista Blue #90EEC0
Tints of Vista Blue #90EEC0
RGB
CMYK
RGB Variations
Color information
#90EEC0 (or 0x90EEC0) is known color: Vista Blue. HEX triplet: 90, EE and C0. RGB value is (144,238,192). Sum of RGB (Red+Green+Blue) = 144+238+192=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEC0 is #6F113F. Grayscale: #CCCCCC. Windows color (decimal): -7278912 or 12643984. OLE color: 12643984.
HSL color Cylindrical-coordinate representation of color #90EEC0: hue angle of 150.64º degrees, saturation: 0.73, 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 #90EEC0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 192 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.07 |
| HSL | 150.64º | 0.73% | 0.75% | - |
| HSV(B) | 150.64º | 0.39% | 0.93% | - |
| XYZ | 51.59 | 70.88 | 60.83 | - |
| YUV | 204.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 192 | 0.39 | 0 | 0.19 | 0.07 | 150.64 | 0.73 | 0.75 |
| Hex | 90 | EE | C0 | 27 | 0 | 13 | 7 | 97 | 49 | 4B |
| Octal | 220 | 356 | 300 | 47 | 0 | 23 | 7 | 227 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11000000 | 100111 | 0 | 10011 | 111 | 10010111 | 1001001 | 1001011 |
Color Harmonies of #90EEC0
Complementary color
Monochromatic Colors of #90EEC0
Black with #90EEC0
Text Example
Text Example
White with #90EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEC0; }
p { color: rgb(144,238,192); }
H1.HeaderClassName
{
color: #90EEC0;
}
.AnyTagClassName
{
color: #90EEC0;
}
</style>
background-color css
<style>
a { background-color: #90EEC0; }
a { background-color: rgb(144,238,192); }
div.DivClassName
{
background-color: #90EEC0;
}
.BgClassName
{
background-color: #90EEC0;
}
</style>
border-color css
<style>
span { border-color: #90EEC0; }
span { border-color: rgb(144,238,192); }
td.TdClassName
{
border-color: #90EEC0;
}
.TagClassName
{
border-color: #90EEC0;
}
</style>