Shades of Vista Blue #93C8A8
Tints of Vista Blue #93C8A8
RGB
CMYK
RGB Variations
Color information
#93C8A8 (or 0x93C8A8) is known color: Vista Blue. HEX triplet: 93, C8 and A8. RGB value is (147,200,168). Sum of RGB (Red+Green+Blue) = 147+200+168=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C8A8 is #6C3757. Grayscale: #B4B4B4. Windows color (decimal): -7092056 or 11061395. OLE color: 11061395.
HSL color Cylindrical-coordinate representation of color #93C8A8: hue angle of 143.77º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8A8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 168 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.22 |
| HSL | 143.77º | 0.33% | 0.68% | - |
| HSV(B) | 143.77º | 0.27% | 0.78% | - |
| XYZ | 39.75 | 50.34 | 44.67 | - |
| YUV | 180.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 168 | 0.26 | 0 | 0.16 | 0.22 | 143.77 | 0.33 | 0.68 |
| Hex | 93 | C8 | A8 | 1A | 0 | 10 | 16 | 90 | 21 | 44 |
| Octal | 223 | 310 | 250 | 32 | 0 | 20 | 26 | 220 | 41 | 104 |
| Binary | 10010011 | 11001000 | 10101000 | 11010 | 0 | 10000 | 10110 | 10010000 | 100001 | 1000100 |
Color Harmonies of #93C8A8
Complementary color
Monochromatic Colors of #93C8A8
Black with #93C8A8
Text Example
Text Example
White with #93C8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C8A8; }
p { color: rgb(147,200,168); }
H1.HeaderClassName
{
color: #93C8A8;
}
.AnyTagClassName
{
color: #93C8A8;
}
</style>
background-color css
<style>
a { background-color: #93C8A8; }
a { background-color: rgb(147,200,168); }
div.DivClassName
{
background-color: #93C8A8;
}
.BgClassName
{
background-color: #93C8A8;
}
</style>
border-color css
<style>
span { border-color: #93C8A8; }
span { border-color: rgb(147,200,168); }
td.TdClassName
{
border-color: #93C8A8;
}
.TagClassName
{
border-color: #93C8A8;
}
</style>