Shades of Vista Blue #90CEAD
Tints of Vista Blue #90CEAD
RGB
CMYK
RGB Variations
Color information
#90CEAD (or 0x90CEAD) is known color: Vista Blue. HEX triplet: 90, CE and AD. RGB value is (144,206,173). Sum of RGB (Red+Green+Blue) = 144+206+173=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEAD is #6F3152. Grayscale: #B7B7B7. Windows color (decimal): -7287123 or 11390608. OLE color: 11390608.
HSL color Cylindrical-coordinate representation of color #90CEAD: hue angle of 148.06º 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 #90CEAD is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 173 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.19 |
| HSL | 148.06º | 0.39% | 0.69% | - |
| HSV(B) | 148.06º | 0.3% | 0.81% | - |
| XYZ | 41.12 | 53.09 | 47.62 | - |
| YUV | 183.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 173 | 0.30 | 0 | 0.16 | 0.19 | 148.06 | 0.39 | 0.69 |
| Hex | 90 | CE | AD | 1E | 0 | 10 | 13 | 94 | 27 | 45 |
| Octal | 220 | 316 | 255 | 36 | 0 | 20 | 23 | 224 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10101101 | 11110 | 0 | 10000 | 10011 | 10010100 | 100111 | 1000101 |
Color Harmonies of #90CEAD
Complementary color
Monochromatic Colors of #90CEAD
Black with #90CEAD
Text Example
Text Example
White with #90CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEAD; }
p { color: rgb(144,206,173); }
H1.HeaderClassName
{
color: #90CEAD;
}
.AnyTagClassName
{
color: #90CEAD;
}
</style>
background-color css
<style>
a { background-color: #90CEAD; }
a { background-color: rgb(144,206,173); }
div.DivClassName
{
background-color: #90CEAD;
}
.BgClassName
{
background-color: #90CEAD;
}
</style>
border-color css
<style>
span { border-color: #90CEAD; }
span { border-color: rgb(144,206,173); }
td.TdClassName
{
border-color: #90CEAD;
}
.TagClassName
{
border-color: #90CEAD;
}
</style>