Shades of Vista Blue #90ECAC
Tints of Vista Blue #90ECAC
RGB
CMYK
RGB Variations
Color information
#90ECAC (or 0x90ECAC) is known color: Vista Blue. HEX triplet: 90, EC and AC. RGB value is (144,236,172). Sum of RGB (Red+Green+Blue) = 144+236+172=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECAC is #6F1353. Grayscale: #C9C9C9. Windows color (decimal): -7279444 or 11332752. OLE color: 11332752.
HSL color Cylindrical-coordinate representation of color #90ECAC: hue angle of 138.26º 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 #90ECAC is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 172 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.07 |
| HSL | 138.26º | 0.71% | 0.75% | - |
| HSV(B) | 138.26º | 0.39% | 0.93% | - |
| XYZ | 48.94 | 68.9 | 49.75 | - |
| YUV | 201.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 172 | 0.39 | 0 | 0.27 | 0.07 | 138.26 | 0.71 | 0.75 |
| Hex | 90 | EC | AC | 27 | 0 | 1B | 7 | 8A | 47 | 4B |
| Octal | 220 | 354 | 254 | 47 | 0 | 33 | 7 | 212 | 107 | 113 |
| Binary | 10010000 | 11101100 | 10101100 | 100111 | 0 | 11011 | 111 | 10001010 | 1000111 | 1001011 |
Color Harmonies of #90ECAC
Complementary color
Monochromatic Colors of #90ECAC
Black with #90ECAC
Text Example
Text Example
White with #90ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECAC; }
p { color: rgb(144,236,172); }
H1.HeaderClassName
{
color: #90ECAC;
}
.AnyTagClassName
{
color: #90ECAC;
}
</style>
background-color css
<style>
a { background-color: #90ECAC; }
a { background-color: rgb(144,236,172); }
div.DivClassName
{
background-color: #90ECAC;
}
.BgClassName
{
background-color: #90ECAC;
}
</style>
border-color css
<style>
span { border-color: #90ECAC; }
span { border-color: rgb(144,236,172); }
td.TdClassName
{
border-color: #90ECAC;
}
.TagClassName
{
border-color: #90ECAC;
}
</style>