Shades of Vista Blue #90DAB6
Tints of Vista Blue #90DAB6
RGB
CMYK
RGB Variations
Color information
#90DAB6 (or 0x90DAB6) is known color: Vista Blue. HEX triplet: 90, DA and B6. RGB value is (144,218,182). Sum of RGB (Red+Green+Blue) = 144+218+182=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAB6 is #6F2549. Grayscale: #BFBFBF. Windows color (decimal): -7284042 or 11983504. OLE color: 11983504.
HSL color Cylindrical-coordinate representation of color #90DAB6: hue angle of 150.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAB6 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 182 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.15 |
| HSL | 150.81º | 0.5% | 0.71% | - |
| HSV(B) | 150.81º | 0.34% | 0.85% | - |
| XYZ | 45.02 | 59.45 | 53.36 | - |
| YUV | 191.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 182 | 0.34 | 0 | 0.17 | 0.15 | 150.81 | 0.5 | 0.71 |
| Hex | 90 | DA | B6 | 22 | 0 | 11 | F | 97 | 32 | 47 |
| Octal | 220 | 332 | 266 | 42 | 0 | 21 | 17 | 227 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10110110 | 100010 | 0 | 10001 | 1111 | 10010111 | 110010 | 1000111 |
Color Harmonies of #90DAB6
Complementary color
Monochromatic Colors of #90DAB6
Black with #90DAB6
Text Example
Text Example
White with #90DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAB6; }
p { color: rgb(144,218,182); }
H1.HeaderClassName
{
color: #90DAB6;
}
.AnyTagClassName
{
color: #90DAB6;
}
</style>
background-color css
<style>
a { background-color: #90DAB6; }
a { background-color: rgb(144,218,182); }
div.DivClassName
{
background-color: #90DAB6;
}
.BgClassName
{
background-color: #90DAB6;
}
</style>
border-color css
<style>
span { border-color: #90DAB6; }
span { border-color: rgb(144,218,182); }
td.TdClassName
{
border-color: #90DAB6;
}
.TagClassName
{
border-color: #90DAB6;
}
</style>