Shades of Vista Blue #90E3BB
Tints of Vista Blue #90E3BB
RGB
CMYK
RGB Variations
Color information
#90E3BB (or 0x90E3BB) is known color: Vista Blue. HEX triplet: 90, E3 and BB. RGB value is (144,227,187). Sum of RGB (Red+Green+Blue) = 144+227+187=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #90E3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E3BB is #6F1C44. Grayscale: #C5C5C5. Windows color (decimal): -7281733 or 12313488. OLE color: 12313488.
HSL color Cylindrical-coordinate representation of color #90E3BB: hue angle of 151.08º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E3BB is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 187 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.11 |
| HSL | 151.08º | 0.6% | 0.73% | - |
| HSV(B) | 151.08º | 0.37% | 0.89% | - |
| XYZ | 47.94 | 64.46 | 56.93 | - |
| YUV | 197.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 187 | 0.37 | 0 | 0.18 | 0.11 | 151.08 | 0.6 | 0.73 |
| Hex | 90 | E3 | BB | 25 | 0 | 12 | B | 97 | 3C | 49 |
| Octal | 220 | 343 | 273 | 45 | 0 | 22 | 13 | 227 | 74 | 111 |
| Binary | 10010000 | 11100011 | 10111011 | 100101 | 0 | 10010 | 1011 | 10010111 | 111100 | 1001001 |
Color Harmonies of #90E3BB
Complementary color
Monochromatic Colors of #90E3BB
Black with #90E3BB
Text Example
Text Example
White with #90E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E3BB; }
p { color: rgb(144,227,187); }
H1.HeaderClassName
{
color: #90E3BB;
}
.AnyTagClassName
{
color: #90E3BB;
}
</style>
background-color css
<style>
a { background-color: #90E3BB; }
a { background-color: rgb(144,227,187); }
div.DivClassName
{
background-color: #90E3BB;
}
.BgClassName
{
background-color: #90E3BB;
}
</style>
border-color css
<style>
span { border-color: #90E3BB; }
span { border-color: rgb(144,227,187); }
td.TdClassName
{
border-color: #90E3BB;
}
.TagClassName
{
border-color: #90E3BB;
}
</style>