Shades of Vista Blue #90ECC2
Tints of Vista Blue #90ECC2
RGB
CMYK
RGB Variations
Color information
#90ECC2 (or 0x90ECC2) is known color: Vista Blue. HEX triplet: 90, EC and C2. RGB value is (144,236,194). Sum of RGB (Red+Green+Blue) = 144+236+194=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECC2 is #6F133D. Grayscale: #CBCBCB. Windows color (decimal): -7279422 or 12774544. OLE color: 12774544.
HSL color Cylindrical-coordinate representation of color #90ECC2: hue angle of 152.61º 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 #90ECC2 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 194 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.07 |
| HSL | 152.61º | 0.71% | 0.75% | - |
| HSV(B) | 152.61º | 0.39% | 0.93% | - |
| XYZ | 51.23 | 69.82 | 61.81 | - |
| YUV | 203.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 194 | 0.39 | 0 | 0.18 | 0.07 | 152.61 | 0.71 | 0.75 |
| Hex | 90 | EC | C2 | 27 | 0 | 12 | 7 | 99 | 47 | 4B |
| Octal | 220 | 354 | 302 | 47 | 0 | 22 | 7 | 231 | 107 | 113 |
| Binary | 10010000 | 11101100 | 11000010 | 100111 | 0 | 10010 | 111 | 10011001 | 1000111 | 1001011 |
Color Harmonies of #90ECC2
Complementary color
Monochromatic Colors of #90ECC2
Black with #90ECC2
Text Example
Text Example
White with #90ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECC2; }
p { color: rgb(144,236,194); }
H1.HeaderClassName
{
color: #90ECC2;
}
.AnyTagClassName
{
color: #90ECC2;
}
</style>
background-color css
<style>
a { background-color: #90ECC2; }
a { background-color: rgb(144,236,194); }
div.DivClassName
{
background-color: #90ECC2;
}
.BgClassName
{
background-color: #90ECC2;
}
</style>
border-color css
<style>
span { border-color: #90ECC2; }
span { border-color: rgb(144,236,194); }
td.TdClassName
{
border-color: #90ECC2;
}
.TagClassName
{
border-color: #90ECC2;
}
</style>