Shades of Vista Blue #93CDAB
Tints of Vista Blue #93CDAB
RGB
CMYK
RGB Variations
Color information
#93CDAB (or 0x93CDAB) is known color: Vista Blue. HEX triplet: 93, CD and AB. RGB value is (147,205,171). Sum of RGB (Red+Green+Blue) = 147+205+171=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDAB is #6C3254. Grayscale: #B7B7B7. Windows color (decimal): -7090773 or 11259283. OLE color: 11259283.
HSL color Cylindrical-coordinate representation of color #93CDAB: hue angle of 144.83º 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 #93CDAB is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 171 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.20 |
| HSL | 144.83º | 0.37% | 0.69% | - |
| HSV(B) | 144.83º | 0.28% | 0.8% | - |
| XYZ | 41.21 | 52.81 | 46.55 | - |
| YUV | 183.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 171 | 0.28 | 0 | 0.17 | 0.20 | 144.83 | 0.37 | 0.69 |
| Hex | 93 | CD | AB | 1C | 0 | 11 | 14 | 91 | 25 | 45 |
| Octal | 223 | 315 | 253 | 34 | 0 | 21 | 24 | 221 | 45 | 105 |
| Binary | 10010011 | 11001101 | 10101011 | 11100 | 0 | 10001 | 10100 | 10010001 | 100101 | 1000101 |
Color Harmonies of #93CDAB
Complementary color
Monochromatic Colors of #93CDAB
Black with #93CDAB
Text Example
Text Example
White with #93CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CDAB; }
p { color: rgb(147,205,171); }
H1.HeaderClassName
{
color: #93CDAB;
}
.AnyTagClassName
{
color: #93CDAB;
}
</style>
background-color css
<style>
a { background-color: #93CDAB; }
a { background-color: rgb(147,205,171); }
div.DivClassName
{
background-color: #93CDAB;
}
.BgClassName
{
background-color: #93CDAB;
}
</style>
border-color css
<style>
span { border-color: #93CDAB; }
span { border-color: rgb(147,205,171); }
td.TdClassName
{
border-color: #93CDAB;
}
.TagClassName
{
border-color: #93CDAB;
}
</style>