Shades of Vista Blue #90DDAC
Tints of Vista Blue #90DDAC
RGB
CMYK
RGB Variations
Color information
#90DDAC (or 0x90DDAC) is known color: Vista Blue. HEX triplet: 90, DD and AC. RGB value is (144,221,172). Sum of RGB (Red+Green+Blue) = 144+221+172=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDAC is #6F2253. Grayscale: #C0C0C0. Windows color (decimal): -7283284 or 11328912. OLE color: 11328912.
HSL color Cylindrical-coordinate representation of color #90DDAC: hue angle of 141.82º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DDAC is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 172 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.13 |
| HSL | 141.82º | 0.53% | 0.72% | - |
| HSV(B) | 141.82º | 0.35% | 0.87% | - |
| XYZ | 44.8 | 60.62 | 48.37 | - |
| YUV | 192.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 172 | 0.35 | 0 | 0.22 | 0.13 | 141.82 | 0.53 | 0.72 |
| Hex | 90 | DD | AC | 23 | 0 | 16 | D | 8E | 35 | 48 |
| Octal | 220 | 335 | 254 | 43 | 0 | 26 | 15 | 216 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10101100 | 100011 | 0 | 10110 | 1101 | 10001110 | 110101 | 1001000 |
Color Harmonies of #90DDAC
Complementary color
Monochromatic Colors of #90DDAC
Black with #90DDAC
Text Example
Text Example
White with #90DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDAC; }
p { color: rgb(144,221,172); }
H1.HeaderClassName
{
color: #90DDAC;
}
.AnyTagClassName
{
color: #90DDAC;
}
</style>
background-color css
<style>
a { background-color: #90DDAC; }
a { background-color: rgb(144,221,172); }
div.DivClassName
{
background-color: #90DDAC;
}
.BgClassName
{
background-color: #90DDAC;
}
</style>
border-color css
<style>
span { border-color: #90DDAC; }
span { border-color: rgb(144,221,172); }
td.TdClassName
{
border-color: #90DDAC;
}
.TagClassName
{
border-color: #90DDAC;
}
</style>