Shades of Vista Blue #90EDC0
Tints of Vista Blue #90EDC0
RGB
CMYK
RGB Variations
Color information
#90EDC0 (or 0x90EDC0) is known color: Vista Blue. HEX triplet: 90, ED and C0. RGB value is (144,237,192). Sum of RGB (Red+Green+Blue) = 144+237+192=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDC0 is #6F123F. Grayscale: #CCCCCC. Windows color (decimal): -7279168 or 12643728. OLE color: 12643728.
HSL color Cylindrical-coordinate representation of color #90EDC0: hue angle of 150.97º 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 #90EDC0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 192 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.07 |
| HSL | 150.97º | 0.72% | 0.75% | - |
| HSV(B) | 150.97º | 0.39% | 0.93% | - |
| XYZ | 51.3 | 70.3 | 60.74 | - |
| YUV | 204.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 192 | 0.39 | 0 | 0.19 | 0.07 | 150.97 | 0.72 | 0.75 |
| Hex | 90 | ED | C0 | 27 | 0 | 13 | 7 | 97 | 48 | 4B |
| Octal | 220 | 355 | 300 | 47 | 0 | 23 | 7 | 227 | 110 | 113 |
| Binary | 10010000 | 11101101 | 11000000 | 100111 | 0 | 10011 | 111 | 10010111 | 1001000 | 1001011 |
Color Harmonies of #90EDC0
Complementary color
Monochromatic Colors of #90EDC0
Black with #90EDC0
Text Example
Text Example
White with #90EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDC0; }
p { color: rgb(144,237,192); }
H1.HeaderClassName
{
color: #90EDC0;
}
.AnyTagClassName
{
color: #90EDC0;
}
</style>
background-color css
<style>
a { background-color: #90EDC0; }
a { background-color: rgb(144,237,192); }
div.DivClassName
{
background-color: #90EDC0;
}
.BgClassName
{
background-color: #90EDC0;
}
</style>
border-color css
<style>
span { border-color: #90EDC0; }
span { border-color: rgb(144,237,192); }
td.TdClassName
{
border-color: #90EDC0;
}
.TagClassName
{
border-color: #90EDC0;
}
</style>