Shades of Vista Blue #90DCBE
Tints of Vista Blue #90DCBE
RGB
CMYK
RGB Variations
Color information
#90DCBE (or 0x90DCBE) is known color: Vista Blue. HEX triplet: 90, DC and BE. RGB value is (144,220,190). Sum of RGB (Red+Green+Blue) = 144+220+190=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCBE is #6F2341. Grayscale: #C1C1C1. Windows color (decimal): -7283522 or 12508304. OLE color: 12508304.
HSL color Cylindrical-coordinate representation of color #90DCBE: hue angle of 156.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCBE is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 190 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.14 |
| HSL | 156.32º | 0.52% | 0.71% | - |
| HSV(B) | 156.32º | 0.35% | 0.86% | - |
| XYZ | 46.39 | 60.83 | 58.01 | - |
| YUV | 193.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 190 | 0.35 | 0 | 0.14 | 0.14 | 156.32 | 0.52 | 0.71 |
| Hex | 90 | DC | BE | 23 | 0 | E | E | 9C | 34 | 47 |
| Octal | 220 | 334 | 276 | 43 | 0 | 16 | 16 | 234 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10111110 | 100011 | 0 | 1110 | 1110 | 10011100 | 110100 | 1000111 |
Color Harmonies of #90DCBE
Complementary color
Monochromatic Colors of #90DCBE
Black with #90DCBE
Text Example
Text Example
White with #90DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCBE; }
p { color: rgb(144,220,190); }
H1.HeaderClassName
{
color: #90DCBE;
}
.AnyTagClassName
{
color: #90DCBE;
}
</style>
background-color css
<style>
a { background-color: #90DCBE; }
a { background-color: rgb(144,220,190); }
div.DivClassName
{
background-color: #90DCBE;
}
.BgClassName
{
background-color: #90DCBE;
}
</style>
border-color css
<style>
span { border-color: #90DCBE; }
span { border-color: rgb(144,220,190); }
td.TdClassName
{
border-color: #90DCBE;
}
.TagClassName
{
border-color: #90DCBE;
}
</style>