Shades of Vista Blue #90D6BB
Tints of Vista Blue #90D6BB
RGB
CMYK
RGB Variations
Color information
#90D6BB (or 0x90D6BB) is known color: Vista Blue. HEX triplet: 90, D6 and BB. RGB value is (144,214,187). Sum of RGB (Red+Green+Blue) = 144+214+187=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6BB is #6F2944. Grayscale: #BEBEBE. Windows color (decimal): -7285061 or 12310160. OLE color: 12310160.
HSL color Cylindrical-coordinate representation of color #90D6BB: hue angle of 156.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6BB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 187 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.16 |
| HSL | 156.86º | 0.46% | 0.7% | - |
| HSV(B) | 156.86º | 0.33% | 0.84% | - |
| XYZ | 44.52 | 57.61 | 55.79 | - |
| YUV | 189.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 187 | 0.33 | 0 | 0.13 | 0.16 | 156.86 | 0.46 | 0.7 |
| Hex | 90 | D6 | BB | 21 | 0 | D | 10 | 9D | 2E | 46 |
| Octal | 220 | 326 | 273 | 41 | 0 | 15 | 20 | 235 | 56 | 106 |
| Binary | 10010000 | 11010110 | 10111011 | 100001 | 0 | 1101 | 10000 | 10011101 | 101110 | 1000110 |
Color Harmonies of #90D6BB
Complementary color
Monochromatic Colors of #90D6BB
Black with #90D6BB
Text Example
Text Example
White with #90D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6BB; }
p { color: rgb(144,214,187); }
H1.HeaderClassName
{
color: #90D6BB;
}
.AnyTagClassName
{
color: #90D6BB;
}
</style>
background-color css
<style>
a { background-color: #90D6BB; }
a { background-color: rgb(144,214,187); }
div.DivClassName
{
background-color: #90D6BB;
}
.BgClassName
{
background-color: #90D6BB;
}
</style>
border-color css
<style>
span { border-color: #90D6BB; }
span { border-color: rgb(144,214,187); }
td.TdClassName
{
border-color: #90D6BB;
}
.TagClassName
{
border-color: #90D6BB;
}
</style>