Shades of Polo Blue #93ADD0
Tints of Polo Blue #93ADD0
RGB
CMYK
RGB Variations
Color information
#93ADD0 (or 0x93ADD0) is known color: Polo Blue. HEX triplet: 93, AD and D0. RGB value is (147,173,208). Sum of RGB (Red+Green+Blue) = 147+173+208=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #93ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD0 is #6C522F. Grayscale: #A9A9A9. Windows color (decimal): -7098928 or 13675923. OLE color: 13675923.
HSL color Cylindrical-coordinate representation of color #93ADD0: hue angle of 214.43º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93ADD0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 173 | 208 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.18 |
| HSL | 214.43º | 0.39% | 0.7% | - |
| HSV(B) | 214.43º | 0.29% | 0.82% | - |
| XYZ | 38.36 | 40.64 | 65.5 | - |
| YUV | 169.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 208 | 0.29 | 0.17 | 0 | 0.18 | 214.43 | 0.39 | 0.7 |
| Hex | 93 | AD | D0 | 1D | 11 | 0 | 12 | D6 | 27 | 46 |
| Octal | 223 | 255 | 320 | 35 | 21 | 0 | 22 | 326 | 47 | 106 |
| Binary | 10010011 | 10101101 | 11010000 | 11101 | 10001 | 0 | 10010 | 11010110 | 100111 | 1000110 |
Color Harmonies of #93ADD0
Complementary color
Monochromatic Colors of #93ADD0
Black with #93ADD0
Text Example
Text Example
White with #93ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADD0; }
p { color: rgb(147,173,208); }
H1.HeaderClassName
{
color: #93ADD0;
}
.AnyTagClassName
{
color: #93ADD0;
}
</style>
background-color css
<style>
a { background-color: #93ADD0; }
a { background-color: rgb(147,173,208); }
div.DivClassName
{
background-color: #93ADD0;
}
.BgClassName
{
background-color: #93ADD0;
}
</style>
border-color css
<style>
span { border-color: #93ADD0; }
span { border-color: rgb(147,173,208); }
td.TdClassName
{
border-color: #93ADD0;
}
.TagClassName
{
border-color: #93ADD0;
}
</style>