Shades of Vista Blue #93CBAB
Tints of Vista Blue #93CBAB
RGB
CMYK
RGB Variations
Color information
#93CBAB (or 0x93CBAB) is known color: Vista Blue. HEX triplet: 93, CB and AB. RGB value is (147,203,171). Sum of RGB (Red+Green+Blue) = 147+203+171=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CBAB is #6C3454. Grayscale: #B6B6B6. Windows color (decimal): -7091285 or 11258771. OLE color: 11258771.
HSL color Cylindrical-coordinate representation of color #93CBAB: hue angle of 145.71º degrees, saturation: 0.35, 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 #93CBAB is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 171 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.20 |
| HSL | 145.71º | 0.35% | 0.69% | - |
| HSV(B) | 145.71º | 0.28% | 0.8% | - |
| XYZ | 40.74 | 51.86 | 46.39 | - |
| YUV | 182.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 171 | 0.28 | 0 | 0.16 | 0.20 | 145.71 | 0.35 | 0.69 |
| Hex | 93 | CB | AB | 1C | 0 | 10 | 14 | 92 | 23 | 45 |
| Octal | 223 | 313 | 253 | 34 | 0 | 20 | 24 | 222 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10101011 | 11100 | 0 | 10000 | 10100 | 10010010 | 100011 | 1000101 |
Color Harmonies of #93CBAB
Complementary color
Monochromatic Colors of #93CBAB
Black with #93CBAB
Text Example
Text Example
White with #93CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBAB; }
p { color: rgb(147,203,171); }
H1.HeaderClassName
{
color: #93CBAB;
}
.AnyTagClassName
{
color: #93CBAB;
}
</style>
background-color css
<style>
a { background-color: #93CBAB; }
a { background-color: rgb(147,203,171); }
div.DivClassName
{
background-color: #93CBAB;
}
.BgClassName
{
background-color: #93CBAB;
}
</style>
border-color css
<style>
span { border-color: #93CBAB; }
span { border-color: rgb(147,203,171); }
td.TdClassName
{
border-color: #93CBAB;
}
.TagClassName
{
border-color: #93CBAB;
}
</style>