Shades of Polo Blue #93ADCC
Tints of Polo Blue #93ADCC
RGB
CMYK
RGB Variations
Color information
#93ADCC (or 0x93ADCC) is known color: Polo Blue. HEX triplet: 93, AD and CC. RGB value is (147,173,204). Sum of RGB (Red+Green+Blue) = 147+173+204=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #93ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADCC is #6C5233. Grayscale: #A8A8A8. Windows color (decimal): -7098932 or 13413779. OLE color: 13413779.
HSL color Cylindrical-coordinate representation of color #93ADCC: hue angle of 212.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93ADCC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 173 | 204 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.2 |
| HSL | 212.63º | 0.36% | 0.69% | - |
| HSV(B) | 212.63º | 0.28% | 0.8% | - |
| XYZ | 37.88 | 40.45 | 62.94 | - |
| YUV | 168.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 204 | 0.28 | 0.15 | 0 | 0.2 | 212.63 | 0.36 | 0.69 |
| Hex | 93 | AD | CC | 1C | F | 0 | 14 | D5 | 24 | 45 |
| Octal | 223 | 255 | 314 | 34 | 17 | 0 | 24 | 325 | 44 | 105 |
| Binary | 10010011 | 10101101 | 11001100 | 11100 | 1111 | 0 | 10100 | 11010101 | 100100 | 1000101 |
Color Harmonies of #93ADCC
Complementary color
Monochromatic Colors of #93ADCC
Black with #93ADCC
Text Example
Text Example
White with #93ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADCC; }
p { color: rgb(147,173,204); }
H1.HeaderClassName
{
color: #93ADCC;
}
.AnyTagClassName
{
color: #93ADCC;
}
</style>
background-color css
<style>
a { background-color: #93ADCC; }
a { background-color: rgb(147,173,204); }
div.DivClassName
{
background-color: #93ADCC;
}
.BgClassName
{
background-color: #93ADCC;
}
</style>
border-color css
<style>
span { border-color: #93ADCC; }
span { border-color: rgb(147,173,204); }
td.TdClassName
{
border-color: #93ADCC;
}
.TagClassName
{
border-color: #93ADCC;
}
</style>