Shades of Vista Blue #90CCAD
Tints of Vista Blue #90CCAD
RGB
CMYK
RGB Variations
Color information
#90CCAD (or 0x90CCAD) is known color: Vista Blue. HEX triplet: 90, CC and AD. RGB value is (144,204,173). Sum of RGB (Red+Green+Blue) = 144+204+173=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAD is #6F3352. Grayscale: #B6B6B6. Windows color (decimal): -7287635 or 11390096. OLE color: 11390096.
HSL color Cylindrical-coordinate representation of color #90CCAD: hue angle of 149º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCAD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 173 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.2 |
| HSL | 149º | 0.37% | 0.68% | - |
| HSV(B) | 149º | 0.29% | 0.8% | - |
| XYZ | 40.64 | 52.13 | 47.46 | - |
| YUV | 182.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 173 | 0.29 | 0 | 0.15 | 0.2 | 149 | 0.37 | 0.68 |
| Hex | 90 | CC | AD | 1D | 0 | F | 14 | 95 | 25 | 44 |
| Octal | 220 | 314 | 255 | 35 | 0 | 17 | 24 | 225 | 45 | 104 |
| Binary | 10010000 | 11001100 | 10101101 | 11101 | 0 | 1111 | 10100 | 10010101 | 100101 | 1000100 |
Color Harmonies of #90CCAD
Complementary color
Monochromatic Colors of #90CCAD
Black with #90CCAD
Text Example
Text Example
White with #90CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCAD; }
p { color: rgb(144,204,173); }
H1.HeaderClassName
{
color: #90CCAD;
}
.AnyTagClassName
{
color: #90CCAD;
}
</style>
background-color css
<style>
a { background-color: #90CCAD; }
a { background-color: rgb(144,204,173); }
div.DivClassName
{
background-color: #90CCAD;
}
.BgClassName
{
background-color: #90CCAD;
}
</style>
border-color css
<style>
span { border-color: #90CCAD; }
span { border-color: rgb(144,204,173); }
td.TdClassName
{
border-color: #90CCAD;
}
.TagClassName
{
border-color: #90CCAD;
}
</style>