Shades of Vista Blue #90E1BC
Tints of Vista Blue #90E1BC
RGB
CMYK
RGB Variations
Color information
#90E1BC (or 0x90E1BC) is known color: Vista Blue. HEX triplet: 90, E1 and BC. RGB value is (144,225,188). Sum of RGB (Red+Green+Blue) = 144+225+188=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #90E1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E1BC is #6F1E43. Grayscale: #C4C4C4. Windows color (decimal): -7282244 or 12378512. OLE color: 12378512.
HSL color Cylindrical-coordinate representation of color #90E1BC: hue angle of 152.59º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E1BC is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 188 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.12 |
| HSL | 152.59º | 0.57% | 0.72% | - |
| HSV(B) | 152.59º | 0.36% | 0.88% | - |
| XYZ | 47.5 | 63.41 | 57.31 | - |
| YUV | 196.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 188 | 0.36 | 0 | 0.16 | 0.12 | 152.59 | 0.57 | 0.72 |
| Hex | 90 | E1 | BC | 24 | 0 | 10 | C | 99 | 39 | 48 |
| Octal | 220 | 341 | 274 | 44 | 0 | 20 | 14 | 231 | 71 | 110 |
| Binary | 10010000 | 11100001 | 10111100 | 100100 | 0 | 10000 | 1100 | 10011001 | 111001 | 1001000 |
Color Harmonies of #90E1BC
Complementary color
Monochromatic Colors of #90E1BC
Black with #90E1BC
Text Example
Text Example
White with #90E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E1BC; }
p { color: rgb(144,225,188); }
H1.HeaderClassName
{
color: #90E1BC;
}
.AnyTagClassName
{
color: #90E1BC;
}
</style>
background-color css
<style>
a { background-color: #90E1BC; }
a { background-color: rgb(144,225,188); }
div.DivClassName
{
background-color: #90E1BC;
}
.BgClassName
{
background-color: #90E1BC;
}
</style>
border-color css
<style>
span { border-color: #90E1BC; }
span { border-color: rgb(144,225,188); }
td.TdClassName
{
border-color: #90E1BC;
}
.TagClassName
{
border-color: #90E1BC;
}
</style>