Shades of Vista Blue #90DBAD
Tints of Vista Blue #90DBAD
RGB
CMYK
RGB Variations
Color information
#90DBAD (or 0x90DBAD) is known color: Vista Blue. HEX triplet: 90, DB and AD. RGB value is (144,219,173). Sum of RGB (Red+Green+Blue) = 144+219+173=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBAD is #6F2452. Grayscale: #BFBFBF. Windows color (decimal): -7283795 or 11393936. OLE color: 11393936.
HSL color Cylindrical-coordinate representation of color #90DBAD: hue angle of 143.2º 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 #90DBAD is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 173 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.14 |
| HSL | 143.2º | 0.51% | 0.71% | - |
| HSV(B) | 143.2º | 0.34% | 0.86% | - |
| XYZ | 44.38 | 59.61 | 48.7 | - |
| YUV | 191.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 173 | 0.34 | 0 | 0.21 | 0.14 | 143.2 | 0.51 | 0.71 |
| Hex | 90 | DB | AD | 22 | 0 | 15 | E | 8F | 33 | 47 |
| Octal | 220 | 333 | 255 | 42 | 0 | 25 | 16 | 217 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10101101 | 100010 | 0 | 10101 | 1110 | 10001111 | 110011 | 1000111 |
Color Harmonies of #90DBAD
Complementary color
Monochromatic Colors of #90DBAD
Black with #90DBAD
Text Example
Text Example
White with #90DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBAD; }
p { color: rgb(144,219,173); }
H1.HeaderClassName
{
color: #90DBAD;
}
.AnyTagClassName
{
color: #90DBAD;
}
</style>
background-color css
<style>
a { background-color: #90DBAD; }
a { background-color: rgb(144,219,173); }
div.DivClassName
{
background-color: #90DBAD;
}
.BgClassName
{
background-color: #90DBAD;
}
</style>
border-color css
<style>
span { border-color: #90DBAD; }
span { border-color: rgb(144,219,173); }
td.TdClassName
{
border-color: #90DBAD;
}
.TagClassName
{
border-color: #90DBAD;
}
</style>