Shades of Vista Blue #90EFBB
Tints of Vista Blue #90EFBB
RGB
CMYK
RGB Variations
Color information
#90EFBB (or 0x90EFBB) is known color: Vista Blue. HEX triplet: 90, EF and BB. RGB value is (144,239,187). Sum of RGB (Red+Green+Blue) = 144+239+187=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBB is #6F1044. Grayscale: #CCCCCC. Windows color (decimal): -7278661 or 12316560. OLE color: 12316560.
HSL color Cylindrical-coordinate representation of color #90EFBB: hue angle of 147.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFBB is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 187 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.06 |
| HSL | 147.16º | 0.75% | 0.75% | - |
| HSV(B) | 147.16º | 0.4% | 0.94% | - |
| XYZ | 51.34 | 71.25 | 58.06 | - |
| YUV | 204.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 187 | 0.40 | 0 | 0.22 | 0.06 | 147.16 | 0.75 | 0.75 |
| Hex | 90 | EF | BB | 28 | 0 | 16 | 6 | 93 | 4B | 4B |
| Octal | 220 | 357 | 273 | 50 | 0 | 26 | 6 | 223 | 113 | 113 |
| Binary | 10010000 | 11101111 | 10111011 | 101000 | 0 | 10110 | 110 | 10010011 | 1001011 | 1001011 |
Color Harmonies of #90EFBB
Complementary color
Monochromatic Colors of #90EFBB
Black with #90EFBB
Text Example
Text Example
White with #90EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFBB; }
p { color: rgb(144,239,187); }
H1.HeaderClassName
{
color: #90EFBB;
}
.AnyTagClassName
{
color: #90EFBB;
}
</style>
background-color css
<style>
a { background-color: #90EFBB; }
a { background-color: rgb(144,239,187); }
div.DivClassName
{
background-color: #90EFBB;
}
.BgClassName
{
background-color: #90EFBB;
}
</style>
border-color css
<style>
span { border-color: #90EFBB; }
span { border-color: rgb(144,239,187); }
td.TdClassName
{
border-color: #90EFBB;
}
.TagClassName
{
border-color: #90EFBB;
}
</style>