Shades of Vista Blue #90CAA8
Tints of Vista Blue #90CAA8
RGB
CMYK
RGB Variations
Color information
#90CAA8 (or 0x90CAA8) is known color: Vista Blue. HEX triplet: 90, CA and A8. RGB value is (144,202,168). Sum of RGB (Red+Green+Blue) = 144+202+168=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CAA8 is #6F3557. Grayscale: #B4B4B4. Windows color (decimal): -7288152 or 11061904. OLE color: 11061904.
HSL color Cylindrical-coordinate representation of color #90CAA8: hue angle of 144.83º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 168 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.21 |
| HSL | 144.83º | 0.35% | 0.68% | - |
| HSV(B) | 144.83º | 0.29% | 0.79% | - |
| XYZ | 39.69 | 51 | 44.8 | - |
| YUV | 180.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 168 | 0.29 | 0 | 0.17 | 0.21 | 144.83 | 0.35 | 0.68 |
| Hex | 90 | CA | A8 | 1D | 0 | 11 | 15 | 91 | 23 | 44 |
| Octal | 220 | 312 | 250 | 35 | 0 | 21 | 25 | 221 | 43 | 104 |
| Binary | 10010000 | 11001010 | 10101000 | 11101 | 0 | 10001 | 10101 | 10010001 | 100011 | 1000100 |
Color Harmonies of #90CAA8
Complementary color
Monochromatic Colors of #90CAA8
Black with #90CAA8
Text Example
Text Example
White with #90CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CAA8; }
p { color: rgb(144,202,168); }
H1.HeaderClassName
{
color: #90CAA8;
}
.AnyTagClassName
{
color: #90CAA8;
}
</style>
background-color css
<style>
a { background-color: #90CAA8; }
a { background-color: rgb(144,202,168); }
div.DivClassName
{
background-color: #90CAA8;
}
.BgClassName
{
background-color: #90CAA8;
}
</style>
border-color css
<style>
span { border-color: #90CAA8; }
span { border-color: rgb(144,202,168); }
td.TdClassName
{
border-color: #90CAA8;
}
.TagClassName
{
border-color: #90CAA8;
}
</style>