Shades of Vista Blue #90EAAC
Tints of Vista Blue #90EAAC
RGB
CMYK
RGB Variations
Color information
#90EAAC (or 0x90EAAC) is known color: Vista Blue. HEX triplet: 90, EA and AC. RGB value is (144,234,172). Sum of RGB (Red+Green+Blue) = 144+234+172=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EAAC is #6F1553. Grayscale: #C8C8C8. Windows color (decimal): -7279956 or 11332240. OLE color: 11332240.
HSL color Cylindrical-coordinate representation of color #90EAAC: hue angle of 138.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAAC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 172 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.08 |
| HSL | 138.67º | 0.68% | 0.74% | - |
| HSV(B) | 138.67º | 0.38% | 0.92% | - |
| XYZ | 48.37 | 67.75 | 49.56 | - |
| YUV | 200.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 172 | 0.38 | 0 | 0.26 | 0.08 | 138.67 | 0.68 | 0.74 |
| Hex | 90 | EA | AC | 26 | 0 | 1A | 8 | 8B | 44 | 4A |
| Octal | 220 | 352 | 254 | 46 | 0 | 32 | 10 | 213 | 104 | 112 |
| Binary | 10010000 | 11101010 | 10101100 | 100110 | 0 | 11010 | 1000 | 10001011 | 1000100 | 1001010 |
Color Harmonies of #90EAAC
Complementary color
Monochromatic Colors of #90EAAC
Black with #90EAAC
Text Example
Text Example
White with #90EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAAC; }
p { color: rgb(144,234,172); }
H1.HeaderClassName
{
color: #90EAAC;
}
.AnyTagClassName
{
color: #90EAAC;
}
</style>
background-color css
<style>
a { background-color: #90EAAC; }
a { background-color: rgb(144,234,172); }
div.DivClassName
{
background-color: #90EAAC;
}
.BgClassName
{
background-color: #90EAAC;
}
</style>
border-color css
<style>
span { border-color: #90EAAC; }
span { border-color: rgb(144,234,172); }
td.TdClassName
{
border-color: #90EAAC;
}
.TagClassName
{
border-color: #90EAAC;
}
</style>