Shades of Vista Blue #90DFBE
Tints of Vista Blue #90DFBE
RGB
CMYK
RGB Variations
Color information
#90DFBE (or 0x90DFBE) is known color: Vista Blue. HEX triplet: 90, DF and BE. RGB value is (144,223,190). Sum of RGB (Red+Green+Blue) = 144+223+190=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFBE is #6F2041. Grayscale: #C3C3C3. Windows color (decimal): -7282754 or 12509072. OLE color: 12509072.
HSL color Cylindrical-coordinate representation of color #90DFBE: hue angle of 154.94º 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 #90DFBE is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 190 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.13 |
| HSL | 154.94º | 0.55% | 0.72% | - |
| HSV(B) | 154.94º | 0.35% | 0.87% | - |
| XYZ | 47.18 | 62.42 | 58.28 | - |
| YUV | 195.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 190 | 0.35 | 0 | 0.15 | 0.13 | 154.94 | 0.55 | 0.72 |
| Hex | 90 | DF | BE | 23 | 0 | F | D | 9B | 37 | 48 |
| Octal | 220 | 337 | 276 | 43 | 0 | 17 | 15 | 233 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10111110 | 100011 | 0 | 1111 | 1101 | 10011011 | 110111 | 1001000 |
Color Harmonies of #90DFBE
Complementary color
Monochromatic Colors of #90DFBE
Black with #90DFBE
Text Example
Text Example
White with #90DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFBE; }
p { color: rgb(144,223,190); }
H1.HeaderClassName
{
color: #90DFBE;
}
.AnyTagClassName
{
color: #90DFBE;
}
</style>
background-color css
<style>
a { background-color: #90DFBE; }
a { background-color: rgb(144,223,190); }
div.DivClassName
{
background-color: #90DFBE;
}
.BgClassName
{
background-color: #90DFBE;
}
</style>
border-color css
<style>
span { border-color: #90DFBE; }
span { border-color: rgb(144,223,190); }
td.TdClassName
{
border-color: #90DFBE;
}
.TagClassName
{
border-color: #90DFBE;
}
</style>