Shades of Vista Blue #90CEAC
Tints of Vista Blue #90CEAC
RGB
CMYK
RGB Variations
Color information
#90CEAC (or 0x90CEAC) is known color: Vista Blue. HEX triplet: 90, CE and AC. RGB value is (144,206,172). Sum of RGB (Red+Green+Blue) = 144+206+172=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAC is #6F3153. Grayscale: #B7B7B7. Windows color (decimal): -7287124 or 11325072. OLE color: 11325072.
HSL color Cylindrical-coordinate representation of color #90CEAC: hue angle of 147.1º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEAC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 172 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.19 |
| HSL | 147.1º | 0.39% | 0.69% | - |
| HSV(B) | 147.1º | 0.3% | 0.81% | - |
| XYZ | 41.02 | 53.05 | 47.11 | - |
| YUV | 183.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 172 | 0.30 | 0 | 0.17 | 0.19 | 147.1 | 0.39 | 0.69 |
| Hex | 90 | CE | AC | 1E | 0 | 11 | 13 | 93 | 27 | 45 |
| Octal | 220 | 316 | 254 | 36 | 0 | 21 | 23 | 223 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10101100 | 11110 | 0 | 10001 | 10011 | 10010011 | 100111 | 1000101 |
Color Harmonies of #90CEAC
Complementary color
Monochromatic Colors of #90CEAC
Black with #90CEAC
Text Example
Text Example
White with #90CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEAC; }
p { color: rgb(144,206,172); }
H1.HeaderClassName
{
color: #90CEAC;
}
.AnyTagClassName
{
color: #90CEAC;
}
</style>
background-color css
<style>
a { background-color: #90CEAC; }
a { background-color: rgb(144,206,172); }
div.DivClassName
{
background-color: #90CEAC;
}
.BgClassName
{
background-color: #90CEAC;
}
</style>
border-color css
<style>
span { border-color: #90CEAC; }
span { border-color: rgb(144,206,172); }
td.TdClassName
{
border-color: #90CEAC;
}
.TagClassName
{
border-color: #90CEAC;
}
</style>