Shades of Vista Blue #90E8B9
Tints of Vista Blue #90E8B9
RGB
CMYK
RGB Variations
Color information
#90E8B9 (or 0x90E8B9) is known color: Vista Blue. HEX triplet: 90, E8 and B9. RGB value is (144,232,185). Sum of RGB (Red+Green+Blue) = 144+232+185=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8B9 is #6F1746. Grayscale: #C8C8C8. Windows color (decimal): -7280455 or 12183696. OLE color: 12183696.
HSL color Cylindrical-coordinate representation of color #90E8B9: hue angle of 147.95º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E8B9 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 185 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.09 |
| HSL | 147.95º | 0.66% | 0.74% | - |
| HSV(B) | 147.95º | 0.38% | 0.91% | - |
| XYZ | 49.12 | 67.15 | 56.27 | - |
| YUV | 200.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 185 | 0.38 | 0 | 0.20 | 0.09 | 147.95 | 0.66 | 0.74 |
| Hex | 90 | E8 | B9 | 26 | 0 | 14 | 9 | 94 | 42 | 4A |
| Octal | 220 | 350 | 271 | 46 | 0 | 24 | 11 | 224 | 102 | 112 |
| Binary | 10010000 | 11101000 | 10111001 | 100110 | 0 | 10100 | 1001 | 10010100 | 1000010 | 1001010 |
Color Harmonies of #90E8B9
Complementary color
Monochromatic Colors of #90E8B9
Black with #90E8B9
Text Example
Text Example
White with #90E8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8B9; }
p { color: rgb(144,232,185); }
H1.HeaderClassName
{
color: #90E8B9;
}
.AnyTagClassName
{
color: #90E8B9;
}
</style>
background-color css
<style>
a { background-color: #90E8B9; }
a { background-color: rgb(144,232,185); }
div.DivClassName
{
background-color: #90E8B9;
}
.BgClassName
{
background-color: #90E8B9;
}
</style>
border-color css
<style>
span { border-color: #90E8B9; }
span { border-color: rgb(144,232,185); }
td.TdClassName
{
border-color: #90E8B9;
}
.TagClassName
{
border-color: #90E8B9;
}
</style>