Shades of Vista Blue #90E9B9
Tints of Vista Blue #90E9B9
RGB
CMYK
RGB Variations
Color information
#90E9B9 (or 0x90E9B9) is known color: Vista Blue. HEX triplet: 90, E9 and B9. RGB value is (144,233,185). Sum of RGB (Red+Green+Blue) = 144+233+185=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9B9 is #6F1646. Grayscale: #C9C9C9. Windows color (decimal): -7280199 or 12183952. OLE color: 12183952.
HSL color Cylindrical-coordinate representation of color #90E9B9: hue angle of 147.64º degrees, saturation: 0.67, 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 #90E9B9 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 185 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.09 |
| HSL | 147.64º | 0.67% | 0.74% | - |
| HSV(B) | 147.64º | 0.38% | 0.91% | - |
| XYZ | 49.4 | 67.71 | 56.36 | - |
| YUV | 200.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 185 | 0.38 | 0 | 0.21 | 0.09 | 147.64 | 0.67 | 0.74 |
| Hex | 90 | E9 | B9 | 26 | 0 | 15 | 9 | 94 | 43 | 4A |
| Octal | 220 | 351 | 271 | 46 | 0 | 25 | 11 | 224 | 103 | 112 |
| Binary | 10010000 | 11101001 | 10111001 | 100110 | 0 | 10101 | 1001 | 10010100 | 1000011 | 1001010 |
Color Harmonies of #90E9B9
Complementary color
Monochromatic Colors of #90E9B9
Black with #90E9B9
Text Example
Text Example
White with #90E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9B9; }
p { color: rgb(144,233,185); }
H1.HeaderClassName
{
color: #90E9B9;
}
.AnyTagClassName
{
color: #90E9B9;
}
</style>
background-color css
<style>
a { background-color: #90E9B9; }
a { background-color: rgb(144,233,185); }
div.DivClassName
{
background-color: #90E9B9;
}
.BgClassName
{
background-color: #90E9B9;
}
</style>
border-color css
<style>
span { border-color: #90E9B9; }
span { border-color: rgb(144,233,185); }
td.TdClassName
{
border-color: #90E9B9;
}
.TagClassName
{
border-color: #90E9B9;
}
</style>