Shades of Vista Blue #90EBBE
Tints of Vista Blue #90EBBE
RGB
CMYK
RGB Variations
Color information
#90EBBE (or 0x90EBBE) is known color: Vista Blue. HEX triplet: 90, EB and BE. RGB value is (144,235,190). Sum of RGB (Red+Green+Blue) = 144+235+190=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBBE is #6F1441. Grayscale: #CACACA. Windows color (decimal): -7279682 or 12512144. OLE color: 12512144.
HSL color Cylindrical-coordinate representation of color #90EBBE: hue angle of 150.33º 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 #90EBBE is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 190 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.08 |
| HSL | 150.33º | 0.69% | 0.74% | - |
| HSV(B) | 150.33º | 0.39% | 0.92% | - |
| XYZ | 50.5 | 69.06 | 59.38 | - |
| YUV | 202.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 190 | 0.39 | 0 | 0.19 | 0.08 | 150.33 | 0.69 | 0.74 |
| Hex | 90 | EB | BE | 27 | 0 | 13 | 8 | 96 | 45 | 4A |
| Octal | 220 | 353 | 276 | 47 | 0 | 23 | 10 | 226 | 105 | 112 |
| Binary | 10010000 | 11101011 | 10111110 | 100111 | 0 | 10011 | 1000 | 10010110 | 1000101 | 1001010 |
Color Harmonies of #90EBBE
Complementary color
Monochromatic Colors of #90EBBE
Black with #90EBBE
Text Example
Text Example
White with #90EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBBE; }
p { color: rgb(144,235,190); }
H1.HeaderClassName
{
color: #90EBBE;
}
.AnyTagClassName
{
color: #90EBBE;
}
</style>
background-color css
<style>
a { background-color: #90EBBE; }
a { background-color: rgb(144,235,190); }
div.DivClassName
{
background-color: #90EBBE;
}
.BgClassName
{
background-color: #90EBBE;
}
</style>
border-color css
<style>
span { border-color: #90EBBE; }
span { border-color: rgb(144,235,190); }
td.TdClassName
{
border-color: #90EBBE;
}
.TagClassName
{
border-color: #90EBBE;
}
</style>