Shades of Vista Blue #90DBBA
Tints of Vista Blue #90DBBA
RGB
CMYK
RGB Variations
Color information
#90DBBA (or 0x90DBBA) is known color: Vista Blue. HEX triplet: 90, DB and BA. RGB value is (144,219,186). Sum of RGB (Red+Green+Blue) = 144+219+186=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBBA is #6F2445. Grayscale: #C0C0C0. Windows color (decimal): -7283782 or 12245904. OLE color: 12245904.
HSL color Cylindrical-coordinate representation of color #90DBBA: hue angle of 153.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBBA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 186 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.14 |
| HSL | 153.6º | 0.51% | 0.71% | - |
| HSV(B) | 153.6º | 0.34% | 0.86% | - |
| XYZ | 45.7 | 60.14 | 55.65 | - |
| YUV | 192.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 186 | 0.34 | 0 | 0.15 | 0.14 | 153.6 | 0.51 | 0.71 |
| Hex | 90 | DB | BA | 22 | 0 | F | E | 9A | 33 | 47 |
| Octal | 220 | 333 | 272 | 42 | 0 | 17 | 16 | 232 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10111010 | 100010 | 0 | 1111 | 1110 | 10011010 | 110011 | 1000111 |
Color Harmonies of #90DBBA
Complementary color
Monochromatic Colors of #90DBBA
Black with #90DBBA
Text Example
Text Example
White with #90DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBBA; }
p { color: rgb(144,219,186); }
H1.HeaderClassName
{
color: #90DBBA;
}
.AnyTagClassName
{
color: #90DBBA;
}
</style>
background-color css
<style>
a { background-color: #90DBBA; }
a { background-color: rgb(144,219,186); }
div.DivClassName
{
background-color: #90DBBA;
}
.BgClassName
{
background-color: #90DBBA;
}
</style>
border-color css
<style>
span { border-color: #90DBBA; }
span { border-color: rgb(144,219,186); }
td.TdClassName
{
border-color: #90DBBA;
}
.TagClassName
{
border-color: #90DBBA;
}
</style>