Shades of Vista Blue #90DAB8
Tints of Vista Blue #90DAB8
RGB
CMYK
RGB Variations
Color information
#90DAB8 (or 0x90DAB8) is known color: Vista Blue. HEX triplet: 90, DA and B8. RGB value is (144,218,184). Sum of RGB (Red+Green+Blue) = 144+218+184=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAB8 is #6F2547. Grayscale: #C0C0C0. Windows color (decimal): -7284040 or 12114576. OLE color: 12114576.
HSL color Cylindrical-coordinate representation of color #90DAB8: hue angle of 152.43º 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 #90DAB8 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 184 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.15 |
| HSL | 152.43º | 0.5% | 0.71% | - |
| HSV(B) | 152.43º | 0.34% | 0.85% | - |
| XYZ | 45.22 | 59.53 | 54.45 | - |
| YUV | 192 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 184 | 0.34 | 0 | 0.16 | 0.15 | 152.43 | 0.5 | 0.71 |
| Hex | 90 | DA | B8 | 22 | 0 | 10 | F | 98 | 32 | 47 |
| Octal | 220 | 332 | 270 | 42 | 0 | 20 | 17 | 230 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10111000 | 100010 | 0 | 10000 | 1111 | 10011000 | 110010 | 1000111 |
Color Harmonies of #90DAB8
Complementary color
Monochromatic Colors of #90DAB8
Black with #90DAB8
Text Example
Text Example
White with #90DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAB8; }
p { color: rgb(144,218,184); }
H1.HeaderClassName
{
color: #90DAB8;
}
.AnyTagClassName
{
color: #90DAB8;
}
</style>
background-color css
<style>
a { background-color: #90DAB8; }
a { background-color: rgb(144,218,184); }
div.DivClassName
{
background-color: #90DAB8;
}
.BgClassName
{
background-color: #90DAB8;
}
</style>
border-color css
<style>
span { border-color: #90DAB8; }
span { border-color: rgb(144,218,184); }
td.TdClassName
{
border-color: #90DAB8;
}
.TagClassName
{
border-color: #90DAB8;
}
</style>