Shades of Polo Blue #93AAC5
Tints of Polo Blue #93AAC5
RGB
CMYK
RGB Variations
Color information
#93AAC5 (or 0x93AAC5) is known color: Polo Blue. HEX triplet: 93, AA and C5. RGB value is (147,170,197). Sum of RGB (Red+Green+Blue) = 147+170+197=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #93AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAC5 is #6C553A. Grayscale: #A6A6A6. Windows color (decimal): -7099707 or 12954259. OLE color: 12954259.
HSL color Cylindrical-coordinate representation of color #93AAC5: hue angle of 212.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93AAC5 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 170 | 197 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.23 |
| HSL | 212.4º | 0.3% | 0.67% | - |
| HSV(B) | 212.4º | 0.25% | 0.77% | - |
| XYZ | 36.49 | 38.98 | 58.42 | - |
| YUV | 166.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 197 | 0.25 | 0.14 | 0 | 0.23 | 212.4 | 0.3 | 0.67 |
| Hex | 93 | AA | C5 | 19 | E | 0 | 17 | D4 | 1E | 43 |
| Octal | 223 | 252 | 305 | 31 | 16 | 0 | 27 | 324 | 36 | 103 |
| Binary | 10010011 | 10101010 | 11000101 | 11001 | 1110 | 0 | 10111 | 11010100 | 11110 | 1000011 |
Color Harmonies of #93AAC5
Complementary color
Monochromatic Colors of #93AAC5
Black with #93AAC5
Text Example
Text Example
White with #93AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAC5; }
p { color: rgb(147,170,197); }
H1.HeaderClassName
{
color: #93AAC5;
}
.AnyTagClassName
{
color: #93AAC5;
}
</style>
background-color css
<style>
a { background-color: #93AAC5; }
a { background-color: rgb(147,170,197); }
div.DivClassName
{
background-color: #93AAC5;
}
.BgClassName
{
background-color: #93AAC5;
}
</style>
border-color css
<style>
span { border-color: #93AAC5; }
span { border-color: rgb(147,170,197); }
td.TdClassName
{
border-color: #93AAC5;
}
.TagClassName
{
border-color: #93AAC5;
}
</style>