Shades of Polo Blue #93ACE0
Tints of Polo Blue #93ACE0
RGB
CMYK
RGB Variations
Color information
#93ACE0 (or 0x93ACE0) is known color: Polo Blue. HEX triplet: 93, AC and E0. RGB value is (147,172,224). Sum of RGB (Red+Green+Blue) = 147+172+224=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #93ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACE0 is #6C531F. Grayscale: #AAAAAA. Windows color (decimal): -7099168 or 14724243. OLE color: 14724243.
HSL color Cylindrical-coordinate representation of color #93ACE0: hue angle of 220.52º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93ACE0 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 172 | 224 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.12 |
| HSL | 220.52º | 0.55% | 0.73% | - |
| HSV(B) | 220.52º | 0.34% | 0.88% | - |
| XYZ | 40.24 | 41.09 | 76.33 | - |
| YUV | 170.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 224 | 0.34 | 0.23 | 0 | 0.12 | 220.52 | 0.55 | 0.73 |
| Hex | 93 | AC | E0 | 22 | 17 | 0 | C | DD | 37 | 49 |
| Octal | 223 | 254 | 340 | 42 | 27 | 0 | 14 | 335 | 67 | 111 |
| Binary | 10010011 | 10101100 | 11100000 | 100010 | 10111 | 0 | 1100 | 11011101 | 110111 | 1001001 |
Color Harmonies of #93ACE0
Complementary color
Monochromatic Colors of #93ACE0
Black with #93ACE0
Text Example
Text Example
White with #93ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACE0; }
p { color: rgb(147,172,224); }
H1.HeaderClassName
{
color: #93ACE0;
}
.AnyTagClassName
{
color: #93ACE0;
}
</style>
background-color css
<style>
a { background-color: #93ACE0; }
a { background-color: rgb(147,172,224); }
div.DivClassName
{
background-color: #93ACE0;
}
.BgClassName
{
background-color: #93ACE0;
}
</style>
border-color css
<style>
span { border-color: #93ACE0; }
span { border-color: rgb(147,172,224); }
td.TdClassName
{
border-color: #93ACE0;
}
.TagClassName
{
border-color: #93ACE0;
}
</style>