Shades of Vista Blue #90CDB0
Tints of Vista Blue #90CDB0
RGB
CMYK
RGB Variations
Color information
#90CDB0 (or 0x90CDB0) is known color: Vista Blue. HEX triplet: 90, CD and B0. RGB value is (144,205,176). Sum of RGB (Red+Green+Blue) = 144+205+176=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDB0 is #6F324F. Grayscale: #B7B7B7. Windows color (decimal): -7287376 or 11586960. OLE color: 11586960.
HSL color Cylindrical-coordinate representation of color #90CDB0: hue angle of 151.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDB0 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 176 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.20 |
| HSL | 151.48º | 0.38% | 0.68% | - |
| HSV(B) | 151.48º | 0.3% | 0.8% | - |
| XYZ | 41.17 | 52.73 | 49.08 | - |
| YUV | 183.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 176 | 0.30 | 0 | 0.14 | 0.20 | 151.48 | 0.38 | 0.68 |
| Hex | 90 | CD | B0 | 1E | 0 | E | 14 | 97 | 26 | 44 |
| Octal | 220 | 315 | 260 | 36 | 0 | 16 | 24 | 227 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10110000 | 11110 | 0 | 1110 | 10100 | 10010111 | 100110 | 1000100 |
Color Harmonies of #90CDB0
Complementary color
Monochromatic Colors of #90CDB0
Black with #90CDB0
Text Example
Text Example
White with #90CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDB0; }
p { color: rgb(144,205,176); }
H1.HeaderClassName
{
color: #90CDB0;
}
.AnyTagClassName
{
color: #90CDB0;
}
</style>
background-color css
<style>
a { background-color: #90CDB0; }
a { background-color: rgb(144,205,176); }
div.DivClassName
{
background-color: #90CDB0;
}
.BgClassName
{
background-color: #90CDB0;
}
</style>
border-color css
<style>
span { border-color: #90CDB0; }
span { border-color: rgb(144,205,176); }
td.TdClassName
{
border-color: #90CDB0;
}
.TagClassName
{
border-color: #90CDB0;
}
</style>