Shades of Polo Blue #93ADC8
Tints of Polo Blue #93ADC8
RGB
CMYK
RGB Variations
Color information
#93ADC8 (or 0x93ADC8) is known color: Polo Blue. HEX triplet: 93, AD and C8. RGB value is (147,173,200). Sum of RGB (Red+Green+Blue) = 147+173+200=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #93ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADC8 is #6C5237. Grayscale: #A8A8A8. Windows color (decimal): -7098936 or 13151635. OLE color: 13151635.
HSL color Cylindrical-coordinate representation of color #93ADC8: hue angle of 210.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93ADC8 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 173 | 200 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.22 |
| HSL | 210.57º | 0.33% | 0.68% | - |
| HSV(B) | 210.57º | 0.27% | 0.78% | - |
| XYZ | 37.4 | 40.26 | 60.44 | - |
| YUV | 168.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 200 | 0.26 | 0.14 | 0 | 0.22 | 210.57 | 0.33 | 0.68 |
| Hex | 93 | AD | C8 | 1A | E | 0 | 16 | D3 | 21 | 44 |
| Octal | 223 | 255 | 310 | 32 | 16 | 0 | 26 | 323 | 41 | 104 |
| Binary | 10010011 | 10101101 | 11001000 | 11010 | 1110 | 0 | 10110 | 11010011 | 100001 | 1000100 |
Color Harmonies of #93ADC8
Complementary color
Monochromatic Colors of #93ADC8
Black with #93ADC8
Text Example
Text Example
White with #93ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADC8; }
p { color: rgb(147,173,200); }
H1.HeaderClassName
{
color: #93ADC8;
}
.AnyTagClassName
{
color: #93ADC8;
}
</style>
background-color css
<style>
a { background-color: #93ADC8; }
a { background-color: rgb(147,173,200); }
div.DivClassName
{
background-color: #93ADC8;
}
.BgClassName
{
background-color: #93ADC8;
}
</style>
border-color css
<style>
span { border-color: #93ADC8; }
span { border-color: rgb(147,173,200); }
td.TdClassName
{
border-color: #93ADC8;
}
.TagClassName
{
border-color: #93ADC8;
}
</style>