Shades of Vista Blue #93C9A8
Tints of Vista Blue #93C9A8
RGB
CMYK
RGB Variations
Color information
#93C9A8 (or 0x93C9A8) is known color: Vista Blue. HEX triplet: 93, C9 and A8. RGB value is (147,201,168). Sum of RGB (Red+Green+Blue) = 147+201+168=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9A8 is #6C3657. Grayscale: #B5B5B5. Windows color (decimal): -7091800 or 11061651. OLE color: 11061651.
HSL color Cylindrical-coordinate representation of color #93C9A8: hue angle of 143.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9A8 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 168 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.21 |
| HSL | 143.33º | 0.33% | 0.68% | - |
| HSV(B) | 143.33º | 0.27% | 0.79% | - |
| XYZ | 39.99 | 50.8 | 44.74 | - |
| YUV | 181.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 168 | 0.27 | 0 | 0.16 | 0.21 | 143.33 | 0.33 | 0.68 |
| Hex | 93 | C9 | A8 | 1B | 0 | 10 | 15 | 8F | 21 | 44 |
| Octal | 223 | 311 | 250 | 33 | 0 | 20 | 25 | 217 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10101000 | 11011 | 0 | 10000 | 10101 | 10001111 | 100001 | 1000100 |
Color Harmonies of #93C9A8
Complementary color
Monochromatic Colors of #93C9A8
Black with #93C9A8
Text Example
Text Example
White with #93C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9A8; }
p { color: rgb(147,201,168); }
H1.HeaderClassName
{
color: #93C9A8;
}
.AnyTagClassName
{
color: #93C9A8;
}
</style>
background-color css
<style>
a { background-color: #93C9A8; }
a { background-color: rgb(147,201,168); }
div.DivClassName
{
background-color: #93C9A8;
}
.BgClassName
{
background-color: #93C9A8;
}
</style>
border-color css
<style>
span { border-color: #93C9A8; }
span { border-color: rgb(147,201,168); }
td.TdClassName
{
border-color: #93C9A8;
}
.TagClassName
{
border-color: #93C9A8;
}
</style>