Shades of Vista Blue #90DCB5
Tints of Vista Blue #90DCB5
RGB
CMYK
RGB Variations
Color information
#90DCB5 (or 0x90DCB5) is known color: Vista Blue. HEX triplet: 90, DC and B5. RGB value is (144,220,181). Sum of RGB (Red+Green+Blue) = 144+220+181=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCB5 is #6F234A. Grayscale: #C0C0C0. Windows color (decimal): -7283531 or 11918480. OLE color: 11918480.
HSL color Cylindrical-coordinate representation of color #90DCB5: hue angle of 149.21º 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 #90DCB5 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 181 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.14 |
| HSL | 149.21º | 0.52% | 0.71% | - |
| HSV(B) | 149.21º | 0.35% | 0.86% | - |
| XYZ | 45.44 | 60.45 | 52.99 | - |
| YUV | 192.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 181 | 0.35 | 0 | 0.18 | 0.14 | 149.21 | 0.52 | 0.71 |
| Hex | 90 | DC | B5 | 23 | 0 | 12 | E | 95 | 34 | 47 |
| Octal | 220 | 334 | 265 | 43 | 0 | 22 | 16 | 225 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10110101 | 100011 | 0 | 10010 | 1110 | 10010101 | 110100 | 1000111 |
Color Harmonies of #90DCB5
Complementary color
Monochromatic Colors of #90DCB5
Black with #90DCB5
Text Example
Text Example
White with #90DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCB5; }
p { color: rgb(144,220,181); }
H1.HeaderClassName
{
color: #90DCB5;
}
.AnyTagClassName
{
color: #90DCB5;
}
</style>
background-color css
<style>
a { background-color: #90DCB5; }
a { background-color: rgb(144,220,181); }
div.DivClassName
{
background-color: #90DCB5;
}
.BgClassName
{
background-color: #90DCB5;
}
</style>
border-color css
<style>
span { border-color: #90DCB5; }
span { border-color: rgb(144,220,181); }
td.TdClassName
{
border-color: #90DCB5;
}
.TagClassName
{
border-color: #90DCB5;
}
</style>