Shades of Vista Blue #90D5AF
Tints of Vista Blue #90D5AF
RGB
CMYK
RGB Variations
Color information
#90D5AF (or 0x90D5AF) is known color: Vista Blue. HEX triplet: 90, D5 and AF. RGB value is (144,213,175). Sum of RGB (Red+Green+Blue) = 144+213+175=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #90D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D5AF is #6F2A50. Grayscale: #BCBCBC. Windows color (decimal): -7285329 or 11523472. OLE color: 11523472.
HSL color Cylindrical-coordinate representation of color #90D5AF: hue angle of 146.96º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D5AF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 175 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.16 |
| HSL | 146.96º | 0.45% | 0.7% | - |
| HSV(B) | 146.96º | 0.32% | 0.84% | - |
| XYZ | 43.03 | 56.61 | 49.22 | - |
| YUV | 188.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 175 | 0.32 | 0 | 0.18 | 0.16 | 146.96 | 0.45 | 0.7 |
| Hex | 90 | D5 | AF | 20 | 0 | 12 | 10 | 93 | 2D | 46 |
| Octal | 220 | 325 | 257 | 40 | 0 | 22 | 20 | 223 | 55 | 106 |
| Binary | 10010000 | 11010101 | 10101111 | 100000 | 0 | 10010 | 10000 | 10010011 | 101101 | 1000110 |
Color Harmonies of #90D5AF
Complementary color
Monochromatic Colors of #90D5AF
Black with #90D5AF
Text Example
Text Example
White with #90D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D5AF; }
p { color: rgb(144,213,175); }
H1.HeaderClassName
{
color: #90D5AF;
}
.AnyTagClassName
{
color: #90D5AF;
}
</style>
background-color css
<style>
a { background-color: #90D5AF; }
a { background-color: rgb(144,213,175); }
div.DivClassName
{
background-color: #90D5AF;
}
.BgClassName
{
background-color: #90D5AF;
}
</style>
border-color css
<style>
span { border-color: #90D5AF; }
span { border-color: rgb(144,213,175); }
td.TdClassName
{
border-color: #90D5AF;
}
.TagClassName
{
border-color: #90D5AF;
}
</style>