Shades of Vista Blue #90EABA
Tints of Vista Blue #90EABA
RGB
CMYK
RGB Variations
Color information
#90EABA (or 0x90EABA) is known color: Vista Blue. HEX triplet: 90, EA and BA. RGB value is (144,234,186). Sum of RGB (Red+Green+Blue) = 144+234+186=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #90EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EABA is #6F1545. Grayscale: #C9C9C9. Windows color (decimal): -7279942 or 12249744. OLE color: 12249744.
HSL color Cylindrical-coordinate representation of color #90EABA: hue angle of 148º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EABA is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 186 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.08 |
| HSL | 148º | 0.68% | 0.74% | - |
| HSV(B) | 148º | 0.38% | 0.92% | - |
| XYZ | 49.79 | 68.32 | 57.02 | - |
| YUV | 201.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 186 | 0.38 | 0 | 0.21 | 0.08 | 148 | 0.68 | 0.74 |
| Hex | 90 | EA | BA | 26 | 0 | 15 | 8 | 94 | 44 | 4A |
| Octal | 220 | 352 | 272 | 46 | 0 | 25 | 10 | 224 | 104 | 112 |
| Binary | 10010000 | 11101010 | 10111010 | 100110 | 0 | 10101 | 1000 | 10010100 | 1000100 | 1001010 |
Color Harmonies of #90EABA
Complementary color
Monochromatic Colors of #90EABA
Black with #90EABA
Text Example
Text Example
White with #90EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EABA; }
p { color: rgb(144,234,186); }
H1.HeaderClassName
{
color: #90EABA;
}
.AnyTagClassName
{
color: #90EABA;
}
</style>
background-color css
<style>
a { background-color: #90EABA; }
a { background-color: rgb(144,234,186); }
div.DivClassName
{
background-color: #90EABA;
}
.BgClassName
{
background-color: #90EABA;
}
</style>
border-color css
<style>
span { border-color: #90EABA; }
span { border-color: rgb(144,234,186); }
td.TdClassName
{
border-color: #90EABA;
}
.TagClassName
{
border-color: #90EABA;
}
</style>