Shades of Vista Blue #90CBA6
Tints of Vista Blue #90CBA6
RGB
CMYK
RGB Variations
Color information
#90CBA6 (or 0x90CBA6) is known color: Vista Blue. HEX triplet: 90, CB and A6. RGB value is (144,203,166). Sum of RGB (Red+Green+Blue) = 144+203+166=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBA6 is #6F3459. Grayscale: #B5B5B5. Windows color (decimal): -7287898 or 10931088. OLE color: 10931088.
HSL color Cylindrical-coordinate representation of color #90CBA6: hue angle of 142.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CBA6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 166 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.20 |
| HSL | 142.37º | 0.36% | 0.68% | - |
| HSV(B) | 142.37º | 0.29% | 0.8% | - |
| XYZ | 39.74 | 51.39 | 43.9 | - |
| YUV | 181.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 166 | 0.29 | 0 | 0.18 | 0.20 | 142.37 | 0.36 | 0.68 |
| Hex | 90 | CB | A6 | 1D | 0 | 12 | 14 | 8E | 24 | 44 |
| Octal | 220 | 313 | 246 | 35 | 0 | 22 | 24 | 216 | 44 | 104 |
| Binary | 10010000 | 11001011 | 10100110 | 11101 | 0 | 10010 | 10100 | 10001110 | 100100 | 1000100 |
Color Harmonies of #90CBA6
Complementary color
Monochromatic Colors of #90CBA6
Black with #90CBA6
Text Example
Text Example
White with #90CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBA6; }
p { color: rgb(144,203,166); }
H1.HeaderClassName
{
color: #90CBA6;
}
.AnyTagClassName
{
color: #90CBA6;
}
</style>
background-color css
<style>
a { background-color: #90CBA6; }
a { background-color: rgb(144,203,166); }
div.DivClassName
{
background-color: #90CBA6;
}
.BgClassName
{
background-color: #90CBA6;
}
</style>
border-color css
<style>
span { border-color: #90CBA6; }
span { border-color: rgb(144,203,166); }
td.TdClassName
{
border-color: #90CBA6;
}
.TagClassName
{
border-color: #90CBA6;
}
</style>