Shades of Polo Blue #93ADD9
Tints of Polo Blue #93ADD9
RGB
CMYK
RGB Variations
Color information
#93ADD9 (or 0x93ADD9) is known color: Polo Blue. HEX triplet: 93, AD and D9. RGB value is (147,173,217). Sum of RGB (Red+Green+Blue) = 147+173+217=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #93ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD9 is #6C5226. Grayscale: #AAAAAA. Windows color (decimal): -7098919 or 14265747. OLE color: 14265747.
HSL color Cylindrical-coordinate representation of color #93ADD9: hue angle of 217.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93ADD9 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 173 | 217 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.15 |
| HSL | 217.71º | 0.48% | 0.71% | - |
| HSV(B) | 217.71º | 0.32% | 0.85% | - |
| XYZ | 39.5 | 41.1 | 71.5 | - |
| YUV | 170.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 217 | 0.32 | 0.20 | 0 | 0.15 | 217.71 | 0.48 | 0.71 |
| Hex | 93 | AD | D9 | 20 | 14 | 0 | F | DA | 30 | 47 |
| Octal | 223 | 255 | 331 | 40 | 24 | 0 | 17 | 332 | 60 | 107 |
| Binary | 10010011 | 10101101 | 11011001 | 100000 | 10100 | 0 | 1111 | 11011010 | 110000 | 1000111 |
Color Harmonies of #93ADD9
Complementary color
Monochromatic Colors of #93ADD9
Black with #93ADD9
Text Example
Text Example
White with #93ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADD9; }
p { color: rgb(147,173,217); }
H1.HeaderClassName
{
color: #93ADD9;
}
.AnyTagClassName
{
color: #93ADD9;
}
</style>
background-color css
<style>
a { background-color: #93ADD9; }
a { background-color: rgb(147,173,217); }
div.DivClassName
{
background-color: #93ADD9;
}
.BgClassName
{
background-color: #93ADD9;
}
</style>
border-color css
<style>
span { border-color: #93ADD9; }
span { border-color: rgb(147,173,217); }
td.TdClassName
{
border-color: #93ADD9;
}
.TagClassName
{
border-color: #93ADD9;
}
</style>