Shades of Vista Blue #90EBAB
Tints of Vista Blue #90EBAB
RGB
CMYK
RGB Variations
Color information
#90EBAB (or 0x90EBAB) is known color: Vista Blue. HEX triplet: 90, EB and AB. RGB value is (144,235,171). Sum of RGB (Red+Green+Blue) = 144+235+171=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBAB is #6F1454. Grayscale: #C8C8C8. Windows color (decimal): -7279701 or 11266960. OLE color: 11266960.
HSL color Cylindrical-coordinate representation of color #90EBAB: hue angle of 137.8º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBAB is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 171 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.08 |
| HSL | 137.8º | 0.69% | 0.74% | - |
| HSV(B) | 137.8º | 0.39% | 0.92% | - |
| XYZ | 48.56 | 68.29 | 49.15 | - |
| YUV | 200.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 171 | 0.39 | 0 | 0.27 | 0.08 | 137.8 | 0.69 | 0.74 |
| Hex | 90 | EB | AB | 27 | 0 | 1B | 8 | 8A | 45 | 4A |
| Octal | 220 | 353 | 253 | 47 | 0 | 33 | 10 | 212 | 105 | 112 |
| Binary | 10010000 | 11101011 | 10101011 | 100111 | 0 | 11011 | 1000 | 10001010 | 1000101 | 1001010 |
Color Harmonies of #90EBAB
Complementary color
Monochromatic Colors of #90EBAB
Black with #90EBAB
Text Example
Text Example
White with #90EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBAB; }
p { color: rgb(144,235,171); }
H1.HeaderClassName
{
color: #90EBAB;
}
.AnyTagClassName
{
color: #90EBAB;
}
</style>
background-color css
<style>
a { background-color: #90EBAB; }
a { background-color: rgb(144,235,171); }
div.DivClassName
{
background-color: #90EBAB;
}
.BgClassName
{
background-color: #90EBAB;
}
</style>
border-color css
<style>
span { border-color: #90EBAB; }
span { border-color: rgb(144,235,171); }
td.TdClassName
{
border-color: #90EBAB;
}
.TagClassName
{
border-color: #90EBAB;
}
</style>