Shades of Vista Blue #90DCBA
Tints of Vista Blue #90DCBA
RGB
CMYK
RGB Variations
Color information
#90DCBA (or 0x90DCBA) is known color: Vista Blue. HEX triplet: 90, DC and BA. RGB value is (144,220,186). Sum of RGB (Red+Green+Blue) = 144+220+186=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCBA is #6F2345. Grayscale: #C1C1C1. Windows color (decimal): -7283526 or 12246160. OLE color: 12246160.
HSL color Cylindrical-coordinate representation of color #90DCBA: hue angle of 153.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCBA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 186 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 153.16º | 0.52% | 0.71% | - |
| HSV(B) | 153.16º | 0.35% | 0.86% | - |
| XYZ | 45.96 | 60.66 | 55.74 | - |
| YUV | 193.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 186 | 0.35 | 0 | 0.15 | 0.14 | 153.16 | 0.52 | 0.71 |
| Hex | 90 | DC | BA | 23 | 0 | F | E | 99 | 34 | 47 |
| Octal | 220 | 334 | 272 | 43 | 0 | 17 | 16 | 231 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10111010 | 100011 | 0 | 1111 | 1110 | 10011001 | 110100 | 1000111 |
Color Harmonies of #90DCBA
Complementary color
Monochromatic Colors of #90DCBA
Black with #90DCBA
Text Example
Text Example
White with #90DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCBA; }
p { color: rgb(144,220,186); }
H1.HeaderClassName
{
color: #90DCBA;
}
.AnyTagClassName
{
color: #90DCBA;
}
</style>
background-color css
<style>
a { background-color: #90DCBA; }
a { background-color: rgb(144,220,186); }
div.DivClassName
{
background-color: #90DCBA;
}
.BgClassName
{
background-color: #90DCBA;
}
</style>
border-color css
<style>
span { border-color: #90DCBA; }
span { border-color: rgb(144,220,186); }
td.TdClassName
{
border-color: #90DCBA;
}
.TagClassName
{
border-color: #90DCBA;
}
</style>