Shades of Vista Blue #93CDA9
Tints of Vista Blue #93CDA9
RGB
CMYK
RGB Variations
Color information
#93CDA9 (or 0x93CDA9) is known color: Vista Blue. HEX triplet: 93, CD and A9. RGB value is (147,205,169). Sum of RGB (Red+Green+Blue) = 147+205+169=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDA9 is #6C3256. Grayscale: #B7B7B7. Windows color (decimal): -7090775 or 11128211. OLE color: 11128211.
HSL color Cylindrical-coordinate representation of color #93CDA9: hue angle of 142.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CDA9 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 169 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.20 |
| HSL | 142.76º | 0.37% | 0.69% | - |
| HSV(B) | 142.76º | 0.28% | 0.8% | - |
| XYZ | 41.03 | 52.73 | 45.55 | - |
| YUV | 183.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 169 | 0.28 | 0 | 0.18 | 0.20 | 142.76 | 0.37 | 0.69 |
| Hex | 93 | CD | A9 | 1C | 0 | 12 | 14 | 8F | 25 | 45 |
| Octal | 223 | 315 | 251 | 34 | 0 | 22 | 24 | 217 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10101001 | 11100 | 0 | 10010 | 10100 | 10001111 | 100101 | 1000101 |
Color Harmonies of #93CDA9
Complementary color
Monochromatic Colors of #93CDA9
Black with #93CDA9
Text Example
Text Example
White with #93CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDA9; }
p { color: rgb(147,205,169); }
H1.HeaderClassName
{
color: #93CDA9;
}
.AnyTagClassName
{
color: #93CDA9;
}
</style>
background-color css
<style>
a { background-color: #93CDA9; }
a { background-color: rgb(147,205,169); }
div.DivClassName
{
background-color: #93CDA9;
}
.BgClassName
{
background-color: #93CDA9;
}
</style>
border-color css
<style>
span { border-color: #93CDA9; }
span { border-color: rgb(147,205,169); }
td.TdClassName
{
border-color: #93CDA9;
}
.TagClassName
{
border-color: #93CDA9;
}
</style>