Shades of Vista Blue #90C9A6
Tints of Vista Blue #90C9A6
RGB
CMYK
RGB Variations
Color information
#90C9A6 (or 0x90C9A6) is known color: Vista Blue. HEX triplet: 90, C9 and A6. RGB value is (144,201,166). Sum of RGB (Red+Green+Blue) = 144+201+166=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C9A6 is #6F3659. Grayscale: #B4B4B4. Windows color (decimal): -7288410 or 10930576. OLE color: 10930576.
HSL color Cylindrical-coordinate representation of color #90C9A6: hue angle of 143.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C9A6 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 166 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.21 |
| HSL | 143.16º | 0.35% | 0.68% | - |
| HSV(B) | 143.16º | 0.28% | 0.79% | - |
| XYZ | 39.27 | 50.46 | 43.75 | - |
| YUV | 179.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 166 | 0.28 | 0 | 0.17 | 0.21 | 143.16 | 0.35 | 0.68 |
| Hex | 90 | C9 | A6 | 1C | 0 | 11 | 15 | 8F | 23 | 44 |
| Octal | 220 | 311 | 246 | 34 | 0 | 21 | 25 | 217 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10100110 | 11100 | 0 | 10001 | 10101 | 10001111 | 100011 | 1000100 |
Color Harmonies of #90C9A6
Complementary color
Monochromatic Colors of #90C9A6
Black with #90C9A6
Text Example
Text Example
White with #90C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9A6; }
p { color: rgb(144,201,166); }
H1.HeaderClassName
{
color: #90C9A6;
}
.AnyTagClassName
{
color: #90C9A6;
}
</style>
background-color css
<style>
a { background-color: #90C9A6; }
a { background-color: rgb(144,201,166); }
div.DivClassName
{
background-color: #90C9A6;
}
.BgClassName
{
background-color: #90C9A6;
}
</style>
border-color css
<style>
span { border-color: #90C9A6; }
span { border-color: rgb(144,201,166); }
td.TdClassName
{
border-color: #90C9A6;
}
.TagClassName
{
border-color: #90C9A6;
}
</style>