Shades of Vista Blue #90CDAC
Tints of Vista Blue #90CDAC
RGB
CMYK
RGB Variations
Color information
#90CDAC (or 0x90CDAC) is known color: Vista Blue. HEX triplet: 90, CD and AC. RGB value is (144,205,172). Sum of RGB (Red+Green+Blue) = 144+205+172=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDAC is #6F3253. Grayscale: #B7B7B7. Windows color (decimal): -7287380 or 11324816. OLE color: 11324816.
HSL color Cylindrical-coordinate representation of color #90CDAC: hue angle of 147.54º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDAC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 172 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.20 |
| HSL | 147.54º | 0.38% | 0.68% | - |
| HSV(B) | 147.54º | 0.3% | 0.8% | - |
| XYZ | 40.78 | 52.57 | 47.03 | - |
| YUV | 183 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 172 | 0.30 | 0 | 0.16 | 0.20 | 147.54 | 0.38 | 0.68 |
| Hex | 90 | CD | AC | 1E | 0 | 10 | 14 | 94 | 26 | 44 |
| Octal | 220 | 315 | 254 | 36 | 0 | 20 | 24 | 224 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10101100 | 11110 | 0 | 10000 | 10100 | 10010100 | 100110 | 1000100 |
Color Harmonies of #90CDAC
Complementary color
Monochromatic Colors of #90CDAC
Black with #90CDAC
Text Example
Text Example
White with #90CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDAC; }
p { color: rgb(144,205,172); }
H1.HeaderClassName
{
color: #90CDAC;
}
.AnyTagClassName
{
color: #90CDAC;
}
</style>
background-color css
<style>
a { background-color: #90CDAC; }
a { background-color: rgb(144,205,172); }
div.DivClassName
{
background-color: #90CDAC;
}
.BgClassName
{
background-color: #90CDAC;
}
</style>
border-color css
<style>
span { border-color: #90CDAC; }
span { border-color: rgb(144,205,172); }
td.TdClassName
{
border-color: #90CDAC;
}
.TagClassName
{
border-color: #90CDAC;
}
</style>