Shades of Vista Blue #90C9AC
Tints of Vista Blue #90C9AC
RGB
CMYK
RGB Variations
Color information
#90C9AC (or 0x90C9AC) is known color: Vista Blue. HEX triplet: 90, C9 and AC. RGB value is (144,201,172). Sum of RGB (Red+Green+Blue) = 144+201+172=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #90C9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C9AC is #6F3653. Grayscale: #B4B4B4. Windows color (decimal): -7288404 or 11323792. OLE color: 11323792.
HSL color Cylindrical-coordinate representation of color #90C9AC: hue angle of 149.47º 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 #90C9AC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 172 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.21 |
| HSL | 149.47º | 0.35% | 0.68% | - |
| HSV(B) | 149.47º | 0.28% | 0.79% | - |
| XYZ | 39.83 | 50.68 | 46.71 | - |
| YUV | 180.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 172 | 0.28 | 0 | 0.14 | 0.21 | 149.47 | 0.35 | 0.68 |
| Hex | 90 | C9 | AC | 1C | 0 | E | 15 | 95 | 23 | 44 |
| Octal | 220 | 311 | 254 | 34 | 0 | 16 | 25 | 225 | 43 | 104 |
| Binary | 10010000 | 11001001 | 10101100 | 11100 | 0 | 1110 | 10101 | 10010101 | 100011 | 1000100 |
Color Harmonies of #90C9AC
Complementary color
Monochromatic Colors of #90C9AC
Black with #90C9AC
Text Example
Text Example
White with #90C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C9AC; }
p { color: rgb(144,201,172); }
H1.HeaderClassName
{
color: #90C9AC;
}
.AnyTagClassName
{
color: #90C9AC;
}
</style>
background-color css
<style>
a { background-color: #90C9AC; }
a { background-color: rgb(144,201,172); }
div.DivClassName
{
background-color: #90C9AC;
}
.BgClassName
{
background-color: #90C9AC;
}
</style>
border-color css
<style>
span { border-color: #90C9AC; }
span { border-color: rgb(144,201,172); }
td.TdClassName
{
border-color: #90C9AC;
}
.TagClassName
{
border-color: #90C9AC;
}
</style>