Shades of Vista Blue #90CDB5
Tints of Vista Blue #90CDB5
RGB
CMYK
RGB Variations
Color information
#90CDB5 (or 0x90CDB5) is known color: Vista Blue. HEX triplet: 90, CD and B5. RGB value is (144,205,181). Sum of RGB (Red+Green+Blue) = 144+205+181=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDB5 is #6F324A. Grayscale: #B8B8B8. Windows color (decimal): -7287371 or 11914640. OLE color: 11914640.
HSL color Cylindrical-coordinate representation of color #90CDB5: hue angle of 156.39º 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 #90CDB5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 181 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.20 |
| HSL | 156.39º | 0.38% | 0.68% | - |
| HSV(B) | 156.39º | 0.3% | 0.8% | - |
| XYZ | 41.67 | 52.93 | 51.74 | - |
| YUV | 184.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 181 | 0.30 | 0 | 0.12 | 0.20 | 156.39 | 0.38 | 0.68 |
| Hex | 90 | CD | B5 | 1E | 0 | C | 14 | 9C | 26 | 44 |
| Octal | 220 | 315 | 265 | 36 | 0 | 14 | 24 | 234 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10110101 | 11110 | 0 | 1100 | 10100 | 10011100 | 100110 | 1000100 |
Color Harmonies of #90CDB5
Complementary color
Monochromatic Colors of #90CDB5
Black with #90CDB5
Text Example
Text Example
White with #90CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDB5; }
p { color: rgb(144,205,181); }
H1.HeaderClassName
{
color: #90CDB5;
}
.AnyTagClassName
{
color: #90CDB5;
}
</style>
background-color css
<style>
a { background-color: #90CDB5; }
a { background-color: rgb(144,205,181); }
div.DivClassName
{
background-color: #90CDB5;
}
.BgClassName
{
background-color: #90CDB5;
}
</style>
border-color css
<style>
span { border-color: #90CDB5; }
span { border-color: rgb(144,205,181); }
td.TdClassName
{
border-color: #90CDB5;
}
.TagClassName
{
border-color: #90CDB5;
}
</style>