Shades of Vista Blue #90C9A8
Tints of Vista Blue #90C9A8
RGB
CMYK
RGB Variations
Color information
#90C9A8 (or 0x90C9A8) is known color: Vista Blue. HEX triplet: 90, C9 and A8. RGB value is (144,201,168). Sum of RGB (Red+Green+Blue) = 144+201+168=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C9A8 is #6F3657. Grayscale: #B4B4B4. Windows color (decimal): -7288408 or 11061648. OLE color: 11061648.
HSL color Cylindrical-coordinate representation of color #90C9A8: hue angle of 145.26º 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 #90C9A8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 168 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.21 |
| HSL | 145.26º | 0.35% | 0.68% | - |
| HSV(B) | 145.26º | 0.28% | 0.79% | - |
| XYZ | 39.46 | 50.53 | 44.72 | - |
| YUV | 180.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 168 | 0.28 | 0 | 0.16 | 0.21 | 145.26 | 0.35 | 0.68 |
| Hex | 90 | C9 | A8 | 1C | 0 | 10 | 15 | 91 | 23 | 44 |
| Octal | 220 | 311 | 250 | 34 | 0 | 20 | 25 | 221 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10101000 | 11100 | 0 | 10000 | 10101 | 10010001 | 100011 | 1000100 |
Color Harmonies of #90C9A8
Complementary color
Monochromatic Colors of #90C9A8
Black with #90C9A8
Text Example
Text Example
White with #90C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9A8; }
p { color: rgb(144,201,168); }
H1.HeaderClassName
{
color: #90C9A8;
}
.AnyTagClassName
{
color: #90C9A8;
}
</style>
background-color css
<style>
a { background-color: #90C9A8; }
a { background-color: rgb(144,201,168); }
div.DivClassName
{
background-color: #90C9A8;
}
.BgClassName
{
background-color: #90C9A8;
}
</style>
border-color css
<style>
span { border-color: #90C9A8; }
span { border-color: rgb(144,201,168); }
td.TdClassName
{
border-color: #90C9A8;
}
.TagClassName
{
border-color: #90C9A8;
}
</style>