Shades of Polo Blue #93ACD5
Tints of Polo Blue #93ACD5
RGB
CMYK
RGB Variations
Color information
#93ACD5 (or 0x93ACD5) is known color: Polo Blue. HEX triplet: 93, AC and D5. RGB value is (147,172,213). Sum of RGB (Red+Green+Blue) = 147+172+213=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #93ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACD5 is #6C532A. Grayscale: #A9A9A9. Windows color (decimal): -7099179 or 14003347. OLE color: 14003347.
HSL color Cylindrical-coordinate representation of color #93ACD5: hue angle of 217.27º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93ACD5 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 172 | 213 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.16 |
| HSL | 217.27º | 0.44% | 0.71% | - |
| HSV(B) | 217.27º | 0.31% | 0.84% | - |
| XYZ | 38.8 | 40.51 | 68.73 | - |
| YUV | 169.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 213 | 0.31 | 0.19 | 0 | 0.16 | 217.27 | 0.44 | 0.71 |
| Hex | 93 | AC | D5 | 1F | 13 | 0 | 10 | D9 | 2C | 47 |
| Octal | 223 | 254 | 325 | 37 | 23 | 0 | 20 | 331 | 54 | 107 |
| Binary | 10010011 | 10101100 | 11010101 | 11111 | 10011 | 0 | 10000 | 11011001 | 101100 | 1000111 |
Color Harmonies of #93ACD5
Complementary color
Monochromatic Colors of #93ACD5
Black with #93ACD5
Text Example
Text Example
White with #93ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACD5; }
p { color: rgb(147,172,213); }
H1.HeaderClassName
{
color: #93ACD5;
}
.AnyTagClassName
{
color: #93ACD5;
}
</style>
background-color css
<style>
a { background-color: #93ACD5; }
a { background-color: rgb(147,172,213); }
div.DivClassName
{
background-color: #93ACD5;
}
.BgClassName
{
background-color: #93ACD5;
}
</style>
border-color css
<style>
span { border-color: #93ACD5; }
span { border-color: rgb(147,172,213); }
td.TdClassName
{
border-color: #93ACD5;
}
.TagClassName
{
border-color: #93ACD5;
}
</style>