Shades of Vista Blue #90ECAF
Tints of Vista Blue #90ECAF
RGB
CMYK
RGB Variations
Color information
#90ECAF (or 0x90ECAF) is known color: Vista Blue. HEX triplet: 90, EC and AF. RGB value is (144,236,175). Sum of RGB (Red+Green+Blue) = 144+236+175=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECAF is #6F1350. Grayscale: #C9C9C9. Windows color (decimal): -7279441 or 11529360. OLE color: 11529360.
HSL color Cylindrical-coordinate representation of color #90ECAF: hue angle of 140.22º 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 #90ECAF is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 175 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.07 |
| HSL | 140.22º | 0.71% | 0.75% | - |
| HSV(B) | 140.22º | 0.39% | 0.93% | - |
| XYZ | 49.23 | 69.02 | 51.28 | - |
| YUV | 201.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 175 | 0.39 | 0 | 0.26 | 0.07 | 140.22 | 0.71 | 0.75 |
| Hex | 90 | EC | AF | 27 | 0 | 1A | 7 | 8C | 47 | 4B |
| Octal | 220 | 354 | 257 | 47 | 0 | 32 | 7 | 214 | 107 | 113 |
| Binary | 10010000 | 11101100 | 10101111 | 100111 | 0 | 11010 | 111 | 10001100 | 1000111 | 1001011 |
Color Harmonies of #90ECAF
Complementary color
Monochromatic Colors of #90ECAF
Black with #90ECAF
Text Example
Text Example
White with #90ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECAF; }
p { color: rgb(144,236,175); }
H1.HeaderClassName
{
color: #90ECAF;
}
.AnyTagClassName
{
color: #90ECAF;
}
</style>
background-color css
<style>
a { background-color: #90ECAF; }
a { background-color: rgb(144,236,175); }
div.DivClassName
{
background-color: #90ECAF;
}
.BgClassName
{
background-color: #90ECAF;
}
</style>
border-color css
<style>
span { border-color: #90ECAF; }
span { border-color: rgb(144,236,175); }
td.TdClassName
{
border-color: #90ECAF;
}
.TagClassName
{
border-color: #90ECAF;
}
</style>