Shades of Vista Blue #90EDBB
Tints of Vista Blue #90EDBB
RGB
CMYK
RGB Variations
Color information
#90EDBB (or 0x90EDBB) is known color: Vista Blue. HEX triplet: 90, ED and BB. RGB value is (144,237,187). Sum of RGB (Red+Green+Blue) = 144+237+187=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDBB is #6F1244. Grayscale: #CBCBCB. Windows color (decimal): -7279173 or 12316048. OLE color: 12316048.
HSL color Cylindrical-coordinate representation of color #90EDBB: hue angle of 147.74º degrees, saturation: 0.72, 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 #90EDBB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 187 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.07 |
| HSL | 147.74º | 0.72% | 0.75% | - |
| HSV(B) | 147.74º | 0.39% | 0.93% | - |
| XYZ | 50.76 | 70.09 | 57.87 | - |
| YUV | 203.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 187 | 0.39 | 0 | 0.21 | 0.07 | 147.74 | 0.72 | 0.75 |
| Hex | 90 | ED | BB | 27 | 0 | 15 | 7 | 94 | 48 | 4B |
| Octal | 220 | 355 | 273 | 47 | 0 | 25 | 7 | 224 | 110 | 113 |
| Binary | 10010000 | 11101101 | 10111011 | 100111 | 0 | 10101 | 111 | 10010100 | 1001000 | 1001011 |
Color Harmonies of #90EDBB
Complementary color
Monochromatic Colors of #90EDBB
Black with #90EDBB
Text Example
Text Example
White with #90EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDBB; }
p { color: rgb(144,237,187); }
H1.HeaderClassName
{
color: #90EDBB;
}
.AnyTagClassName
{
color: #90EDBB;
}
</style>
background-color css
<style>
a { background-color: #90EDBB; }
a { background-color: rgb(144,237,187); }
div.DivClassName
{
background-color: #90EDBB;
}
.BgClassName
{
background-color: #90EDBB;
}
</style>
border-color css
<style>
span { border-color: #90EDBB; }
span { border-color: rgb(144,237,187); }
td.TdClassName
{
border-color: #90EDBB;
}
.TagClassName
{
border-color: #90EDBB;
}
</style>