Shades of Vista Blue #90CDB4
Tints of Vista Blue #90CDB4
RGB
CMYK
RGB Variations
Color information
#90CDB4 (or 0x90CDB4) is known color: Vista Blue. HEX triplet: 90, CD and B4. RGB value is (144,205,180). Sum of RGB (Red+Green+Blue) = 144+205+180=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDB4 is #6F324B. Grayscale: #B7B7B7. Windows color (decimal): -7287372 or 11849104. OLE color: 11849104.
HSL color Cylindrical-coordinate representation of color #90CDB4: hue angle of 155.41º 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 #90CDB4 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 180 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.20 |
| HSL | 155.41º | 0.38% | 0.68% | - |
| HSV(B) | 155.41º | 0.3% | 0.8% | - |
| XYZ | 41.57 | 52.89 | 51.2 | - |
| YUV | 183.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 180 | 0.30 | 0 | 0.12 | 0.20 | 155.41 | 0.38 | 0.68 |
| Hex | 90 | CD | B4 | 1E | 0 | C | 14 | 9B | 26 | 44 |
| Octal | 220 | 315 | 264 | 36 | 0 | 14 | 24 | 233 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10110100 | 11110 | 0 | 1100 | 10100 | 10011011 | 100110 | 1000100 |
Color Harmonies of #90CDB4
Complementary color
Monochromatic Colors of #90CDB4
Black with #90CDB4
Text Example
Text Example
White with #90CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDB4; }
p { color: rgb(144,205,180); }
H1.HeaderClassName
{
color: #90CDB4;
}
.AnyTagClassName
{
color: #90CDB4;
}
</style>
background-color css
<style>
a { background-color: #90CDB4; }
a { background-color: rgb(144,205,180); }
div.DivClassName
{
background-color: #90CDB4;
}
.BgClassName
{
background-color: #90CDB4;
}
</style>
border-color css
<style>
span { border-color: #90CDB4; }
span { border-color: rgb(144,205,180); }
td.TdClassName
{
border-color: #90CDB4;
}
.TagClassName
{
border-color: #90CDB4;
}
</style>