Shades of Vista Blue #90DCB7
Tints of Vista Blue #90DCB7
RGB
CMYK
RGB Variations
Color information
#90DCB7 (or 0x90DCB7) is known color: Vista Blue. HEX triplet: 90, DC and B7. RGB value is (144,220,183). Sum of RGB (Red+Green+Blue) = 144+220+183=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCB7 is #6F2348. Grayscale: #C1C1C1. Windows color (decimal): -7283529 or 12049552. OLE color: 12049552.
HSL color Cylindrical-coordinate representation of color #90DCB7: hue angle of 150.79º 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 #90DCB7 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 183 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.14 |
| HSL | 150.79º | 0.52% | 0.71% | - |
| HSV(B) | 150.79º | 0.35% | 0.86% | - |
| XYZ | 45.64 | 60.53 | 54.08 | - |
| YUV | 193.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 183 | 0.35 | 0 | 0.17 | 0.14 | 150.79 | 0.52 | 0.71 |
| Hex | 90 | DC | B7 | 23 | 0 | 11 | E | 97 | 34 | 47 |
| Octal | 220 | 334 | 267 | 43 | 0 | 21 | 16 | 227 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10110111 | 100011 | 0 | 10001 | 1110 | 10010111 | 110100 | 1000111 |
Color Harmonies of #90DCB7
Complementary color
Monochromatic Colors of #90DCB7
Black with #90DCB7
Text Example
Text Example
White with #90DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCB7; }
p { color: rgb(144,220,183); }
H1.HeaderClassName
{
color: #90DCB7;
}
.AnyTagClassName
{
color: #90DCB7;
}
</style>
background-color css
<style>
a { background-color: #90DCB7; }
a { background-color: rgb(144,220,183); }
div.DivClassName
{
background-color: #90DCB7;
}
.BgClassName
{
background-color: #90DCB7;
}
</style>
border-color css
<style>
span { border-color: #90DCB7; }
span { border-color: rgb(144,220,183); }
td.TdClassName
{
border-color: #90DCB7;
}
.TagClassName
{
border-color: #90DCB7;
}
</style>