Shades of Vista Blue #90EEBF
Tints of Vista Blue #90EEBF
RGB
CMYK
RGB Variations
Color information
#90EEBF (or 0x90EEBF) is known color: Vista Blue. HEX triplet: 90, EE and BF. RGB value is (144,238,191). Sum of RGB (Red+Green+Blue) = 144+238+191=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEBF is #6F1140. Grayscale: #CCCCCC. Windows color (decimal): -7278913 or 12578448. OLE color: 12578448.
HSL color Cylindrical-coordinate representation of color #90EEBF: hue angle of 150º 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 #90EEBF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 191 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.07 |
| HSL | 150º | 0.73% | 0.75% | - |
| HSV(B) | 150º | 0.39% | 0.93% | - |
| XYZ | 51.48 | 70.84 | 60.25 | - |
| YUV | 204.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 191 | 0.39 | 0 | 0.20 | 0.07 | 150 | 0.73 | 0.75 |
| Hex | 90 | EE | BF | 27 | 0 | 14 | 7 | 96 | 49 | 4B |
| Octal | 220 | 356 | 277 | 47 | 0 | 24 | 7 | 226 | 111 | 113 |
| Binary | 10010000 | 11101110 | 10111111 | 100111 | 0 | 10100 | 111 | 10010110 | 1001001 | 1001011 |
Color Harmonies of #90EEBF
Complementary color
Monochromatic Colors of #90EEBF
Black with #90EEBF
Text Example
Text Example
White with #90EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEBF; }
p { color: rgb(144,238,191); }
H1.HeaderClassName
{
color: #90EEBF;
}
.AnyTagClassName
{
color: #90EEBF;
}
</style>
background-color css
<style>
a { background-color: #90EEBF; }
a { background-color: rgb(144,238,191); }
div.DivClassName
{
background-color: #90EEBF;
}
.BgClassName
{
background-color: #90EEBF;
}
</style>
border-color css
<style>
span { border-color: #90EEBF; }
span { border-color: rgb(144,238,191); }
td.TdClassName
{
border-color: #90EEBF;
}
.TagClassName
{
border-color: #90EEBF;
}
</style>