Shades of Vista Blue #90DFB9
Tints of Vista Blue #90DFB9
RGB
CMYK
RGB Variations
Color information
#90DFB9 (or 0x90DFB9) is known color: Vista Blue. HEX triplet: 90, DF and B9. RGB value is (144,223,185). Sum of RGB (Red+Green+Blue) = 144+223+185=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFB9 is #6F2046. Grayscale: #C3C3C3. Windows color (decimal): -7282759 or 12181392. OLE color: 12181392.
HSL color Cylindrical-coordinate representation of color #90DFB9: hue angle of 151.14º 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 #90DFB9 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 185 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.13 |
| HSL | 151.14º | 0.55% | 0.72% | - |
| HSV(B) | 151.14º | 0.35% | 0.87% | - |
| XYZ | 46.65 | 62.21 | 55.45 | - |
| YUV | 195.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 185 | 0.35 | 0 | 0.17 | 0.13 | 151.14 | 0.55 | 0.72 |
| Hex | 90 | DF | B9 | 23 | 0 | 11 | D | 97 | 37 | 48 |
| Octal | 220 | 337 | 271 | 43 | 0 | 21 | 15 | 227 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10111001 | 100011 | 0 | 10001 | 1101 | 10010111 | 110111 | 1001000 |
Color Harmonies of #90DFB9
Complementary color
Monochromatic Colors of #90DFB9
Black with #90DFB9
Text Example
Text Example
White with #90DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFB9; }
p { color: rgb(144,223,185); }
H1.HeaderClassName
{
color: #90DFB9;
}
.AnyTagClassName
{
color: #90DFB9;
}
</style>
background-color css
<style>
a { background-color: #90DFB9; }
a { background-color: rgb(144,223,185); }
div.DivClassName
{
background-color: #90DFB9;
}
.BgClassName
{
background-color: #90DFB9;
}
</style>
border-color css
<style>
span { border-color: #90DFB9; }
span { border-color: rgb(144,223,185); }
td.TdClassName
{
border-color: #90DFB9;
}
.TagClassName
{
border-color: #90DFB9;
}
</style>