Shades of Polo Blue #93ABDC
Tints of Polo Blue #93ABDC
RGB
CMYK
RGB Variations
Color information
#93ABDC (or 0x93ABDC) is known color: Polo Blue. HEX triplet: 93, AB and DC. RGB value is (147,171,220). Sum of RGB (Red+Green+Blue) = 147+171+220=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #93ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABDC is #6C5423. Grayscale: #A9A9A9. Windows color (decimal): -7099428 or 14461843. OLE color: 14461843.
HSL color Cylindrical-coordinate representation of color #93ABDC: hue angle of 220.27º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93ABDC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 171 | 220 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.14 |
| HSL | 220.27º | 0.51% | 0.72% | - |
| HSV(B) | 220.27º | 0.33% | 0.86% | - |
| XYZ | 39.51 | 40.5 | 73.44 | - |
| YUV | 169.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 220 | 0.33 | 0.22 | 0 | 0.14 | 220.27 | 0.51 | 0.72 |
| Hex | 93 | AB | DC | 21 | 16 | 0 | E | DC | 33 | 48 |
| Octal | 223 | 253 | 334 | 41 | 26 | 0 | 16 | 334 | 63 | 110 |
| Binary | 10010011 | 10101011 | 11011100 | 100001 | 10110 | 0 | 1110 | 11011100 | 110011 | 1001000 |
Color Harmonies of #93ABDC
Complementary color
Monochromatic Colors of #93ABDC
Black with #93ABDC
Text Example
Text Example
White with #93ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABDC; }
p { color: rgb(147,171,220); }
H1.HeaderClassName
{
color: #93ABDC;
}
.AnyTagClassName
{
color: #93ABDC;
}
</style>
background-color css
<style>
a { background-color: #93ABDC; }
a { background-color: rgb(147,171,220); }
div.DivClassName
{
background-color: #93ABDC;
}
.BgClassName
{
background-color: #93ABDC;
}
</style>
border-color css
<style>
span { border-color: #93ABDC; }
span { border-color: rgb(147,171,220); }
td.TdClassName
{
border-color: #93ABDC;
}
.TagClassName
{
border-color: #93ABDC;
}
</style>