Shades of Vista Blue #90CDB3
Tints of Vista Blue #90CDB3
RGB
CMYK
RGB Variations
Color information
#90CDB3 (or 0x90CDB3) is known color: Vista Blue. HEX triplet: 90, CD and B3. RGB value is (144,205,179). Sum of RGB (Red+Green+Blue) = 144+205+179=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDB3 is #6F324C. Grayscale: #B7B7B7. Windows color (decimal): -7287373 or 11783568. OLE color: 11783568.
HSL color Cylindrical-coordinate representation of color #90CDB3: hue angle of 154.43º 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 #90CDB3 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 179 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.20 |
| HSL | 154.43º | 0.38% | 0.68% | - |
| HSV(B) | 154.43º | 0.3% | 0.8% | - |
| XYZ | 41.47 | 52.85 | 50.66 | - |
| YUV | 183.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 179 | 0.30 | 0 | 0.13 | 0.20 | 154.43 | 0.38 | 0.68 |
| Hex | 90 | CD | B3 | 1E | 0 | D | 14 | 9A | 26 | 44 |
| Octal | 220 | 315 | 263 | 36 | 0 | 15 | 24 | 232 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10110011 | 11110 | 0 | 1101 | 10100 | 10011010 | 100110 | 1000100 |
Color Harmonies of #90CDB3
Complementary color
Monochromatic Colors of #90CDB3
Black with #90CDB3
Text Example
Text Example
White with #90CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDB3; }
p { color: rgb(144,205,179); }
H1.HeaderClassName
{
color: #90CDB3;
}
.AnyTagClassName
{
color: #90CDB3;
}
</style>
background-color css
<style>
a { background-color: #90CDB3; }
a { background-color: rgb(144,205,179); }
div.DivClassName
{
background-color: #90CDB3;
}
.BgClassName
{
background-color: #90CDB3;
}
</style>
border-color css
<style>
span { border-color: #90CDB3; }
span { border-color: rgb(144,205,179); }
td.TdClassName
{
border-color: #90CDB3;
}
.TagClassName
{
border-color: #90CDB3;
}
</style>