Shades of Vista Blue #90EEAD
Tints of Vista Blue #90EEAD
RGB
CMYK
RGB Variations
Color information
#90EEAD (or 0x90EEAD) is known color: Vista Blue. HEX triplet: 90, EE and AD. RGB value is (144,238,173). Sum of RGB (Red+Green+Blue) = 144+238+173=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EEAD is #6F1152. Grayscale: #CACACA. Windows color (decimal): -7278931 or 11398800. OLE color: 11398800.
HSL color Cylindrical-coordinate representation of color #90EEAD: hue angle of 138.51º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEAD is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 173 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.07 |
| HSL | 138.51º | 0.73% | 0.75% | - |
| HSV(B) | 138.51º | 0.39% | 0.93% | - |
| XYZ | 49.62 | 70.1 | 50.45 | - |
| YUV | 202.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 173 | 0.39 | 0 | 0.27 | 0.07 | 138.51 | 0.73 | 0.75 |
| Hex | 90 | EE | AD | 27 | 0 | 1B | 7 | 8B | 49 | 4B |
| Octal | 220 | 356 | 255 | 47 | 0 | 33 | 7 | 213 | 111 | 113 |
| Binary | 10010000 | 11101110 | 10101101 | 100111 | 0 | 11011 | 111 | 10001011 | 1001001 | 1001011 |
Color Harmonies of #90EEAD
Complementary color
Monochromatic Colors of #90EEAD
Black with #90EEAD
Text Example
Text Example
White with #90EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEAD; }
p { color: rgb(144,238,173); }
H1.HeaderClassName
{
color: #90EEAD;
}
.AnyTagClassName
{
color: #90EEAD;
}
</style>
background-color css
<style>
a { background-color: #90EEAD; }
a { background-color: rgb(144,238,173); }
div.DivClassName
{
background-color: #90EEAD;
}
.BgClassName
{
background-color: #90EEAD;
}
</style>
border-color css
<style>
span { border-color: #90EEAD; }
span { border-color: rgb(144,238,173); }
td.TdClassName
{
border-color: #90EEAD;
}
.TagClassName
{
border-color: #90EEAD;
}
</style>