Shades of Vista Blue #90DDB6
Tints of Vista Blue #90DDB6
RGB
CMYK
RGB Variations
Color information
#90DDB6 (or 0x90DDB6) is known color: Vista Blue. HEX triplet: 90, DD and B6. RGB value is (144,221,182). Sum of RGB (Red+Green+Blue) = 144+221+182=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDB6 is #6F2249. Grayscale: #C1C1C1. Windows color (decimal): -7283274 or 11984272. OLE color: 11984272.
HSL color Cylindrical-coordinate representation of color #90DDB6: hue angle of 149.61º degrees, saturation: 0.53, 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 #90DDB6 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 182 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.13 |
| HSL | 149.61º | 0.53% | 0.72% | - |
| HSV(B) | 149.61º | 0.35% | 0.87% | - |
| XYZ | 45.8 | 61.02 | 53.62 | - |
| YUV | 193.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 182 | 0.35 | 0 | 0.18 | 0.13 | 149.61 | 0.53 | 0.72 |
| Hex | 90 | DD | B6 | 23 | 0 | 12 | D | 96 | 35 | 48 |
| Octal | 220 | 335 | 266 | 43 | 0 | 22 | 15 | 226 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10110110 | 100011 | 0 | 10010 | 1101 | 10010110 | 110101 | 1001000 |
Color Harmonies of #90DDB6
Complementary color
Monochromatic Colors of #90DDB6
Black with #90DDB6
Text Example
Text Example
White with #90DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDB6; }
p { color: rgb(144,221,182); }
H1.HeaderClassName
{
color: #90DDB6;
}
.AnyTagClassName
{
color: #90DDB6;
}
</style>
background-color css
<style>
a { background-color: #90DDB6; }
a { background-color: rgb(144,221,182); }
div.DivClassName
{
background-color: #90DDB6;
}
.BgClassName
{
background-color: #90DDB6;
}
</style>
border-color css
<style>
span { border-color: #90DDB6; }
span { border-color: rgb(144,221,182); }
td.TdClassName
{
border-color: #90DDB6;
}
.TagClassName
{
border-color: #90DDB6;
}
</style>