Shades of Vista Blue #90ECB8
Tints of Vista Blue #90ECB8
RGB
CMYK
RGB Variations
Color information
#90ECB8 (or 0x90ECB8) is known color: Vista Blue. HEX triplet: 90, EC and B8. RGB value is (144,236,184). Sum of RGB (Red+Green+Blue) = 144+236+184=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECB8 is #6F1347. Grayscale: #CACACA. Windows color (decimal): -7279432 or 12119184. OLE color: 12119184.
HSL color Cylindrical-coordinate representation of color #90ECB8: hue angle of 146.09º degrees, saturation: 0.71, 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 #90ECB8 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 184 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.07 |
| HSL | 146.09º | 0.71% | 0.75% | - |
| HSV(B) | 146.09º | 0.39% | 0.93% | - |
| XYZ | 50.15 | 69.38 | 56.1 | - |
| YUV | 202.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 184 | 0.39 | 0 | 0.22 | 0.07 | 146.09 | 0.71 | 0.75 |
| Hex | 90 | EC | B8 | 27 | 0 | 16 | 7 | 92 | 47 | 4B |
| Octal | 220 | 354 | 270 | 47 | 0 | 26 | 7 | 222 | 107 | 113 |
| Binary | 10010000 | 11101100 | 10111000 | 100111 | 0 | 10110 | 111 | 10010010 | 1000111 | 1001011 |
Color Harmonies of #90ECB8
Complementary color
Monochromatic Colors of #90ECB8
Black with #90ECB8
Text Example
Text Example
White with #90ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECB8; }
p { color: rgb(144,236,184); }
H1.HeaderClassName
{
color: #90ECB8;
}
.AnyTagClassName
{
color: #90ECB8;
}
</style>
background-color css
<style>
a { background-color: #90ECB8; }
a { background-color: rgb(144,236,184); }
div.DivClassName
{
background-color: #90ECB8;
}
.BgClassName
{
background-color: #90ECB8;
}
</style>
border-color css
<style>
span { border-color: #90ECB8; }
span { border-color: rgb(144,236,184); }
td.TdClassName
{
border-color: #90ECB8;
}
.TagClassName
{
border-color: #90ECB8;
}
</style>