Shades of Vista Blue #90DFBA
Tints of Vista Blue #90DFBA
RGB
CMYK
RGB Variations
Color information
#90DFBA (or 0x90DFBA) is known color: Vista Blue. HEX triplet: 90, DF and BA. RGB value is (144,223,186). Sum of RGB (Red+Green+Blue) = 144+223+186=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFBA is #6F2045. Grayscale: #C3C3C3. Windows color (decimal): -7282758 or 12246928. OLE color: 12246928.
HSL color Cylindrical-coordinate representation of color #90DFBA: hue angle of 151.9º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DFBA is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 186 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.13 |
| HSL | 151.9º | 0.55% | 0.72% | - |
| HSV(B) | 151.9º | 0.35% | 0.87% | - |
| XYZ | 46.75 | 62.25 | 56.01 | - |
| YUV | 195.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 186 | 0.35 | 0 | 0.17 | 0.13 | 151.9 | 0.55 | 0.72 |
| Hex | 90 | DF | BA | 23 | 0 | 11 | D | 98 | 37 | 48 |
| Octal | 220 | 337 | 272 | 43 | 0 | 21 | 15 | 230 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10111010 | 100011 | 0 | 10001 | 1101 | 10011000 | 110111 | 1001000 |
Color Harmonies of #90DFBA
Complementary color
Monochromatic Colors of #90DFBA
Black with #90DFBA
Text Example
Text Example
White with #90DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFBA; }
p { color: rgb(144,223,186); }
H1.HeaderClassName
{
color: #90DFBA;
}
.AnyTagClassName
{
color: #90DFBA;
}
</style>
background-color css
<style>
a { background-color: #90DFBA; }
a { background-color: rgb(144,223,186); }
div.DivClassName
{
background-color: #90DFBA;
}
.BgClassName
{
background-color: #90DFBA;
}
</style>
border-color css
<style>
span { border-color: #90DFBA; }
span { border-color: rgb(144,223,186); }
td.TdClassName
{
border-color: #90DFBA;
}
.TagClassName
{
border-color: #90DFBA;
}
</style>