Shades of Polo Blue #93ACDB
Tints of Polo Blue #93ACDB
RGB
CMYK
RGB Variations
Color information
#93ACDB (or 0x93ACDB) is known color: Polo Blue. HEX triplet: 93, AC and DB. RGB value is (147,172,219). Sum of RGB (Red+Green+Blue) = 147+172+219=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #93ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACDB is #6C5324. Grayscale: #A9A9A9. Windows color (decimal): -7099173 or 14396563. OLE color: 14396563.
HSL color Cylindrical-coordinate representation of color #93ACDB: hue angle of 219.17º degrees, saturation: 0.5, 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 #93ACDB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 172 | 219 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.14 |
| HSL | 219.17º | 0.5% | 0.72% | - |
| HSV(B) | 219.17º | 0.33% | 0.86% | - |
| XYZ | 39.57 | 40.82 | 72.81 | - |
| YUV | 169.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 219 | 0.33 | 0.21 | 0 | 0.14 | 219.17 | 0.5 | 0.72 |
| Hex | 93 | AC | DB | 21 | 15 | 0 | E | DB | 32 | 48 |
| Octal | 223 | 254 | 333 | 41 | 25 | 0 | 16 | 333 | 62 | 110 |
| Binary | 10010011 | 10101100 | 11011011 | 100001 | 10101 | 0 | 1110 | 11011011 | 110010 | 1001000 |
Color Harmonies of #93ACDB
Complementary color
Monochromatic Colors of #93ACDB
Black with #93ACDB
Text Example
Text Example
White with #93ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACDB; }
p { color: rgb(147,172,219); }
H1.HeaderClassName
{
color: #93ACDB;
}
.AnyTagClassName
{
color: #93ACDB;
}
</style>
background-color css
<style>
a { background-color: #93ACDB; }
a { background-color: rgb(147,172,219); }
div.DivClassName
{
background-color: #93ACDB;
}
.BgClassName
{
background-color: #93ACDB;
}
</style>
border-color css
<style>
span { border-color: #93ACDB; }
span { border-color: rgb(147,172,219); }
td.TdClassName
{
border-color: #93ACDB;
}
.TagClassName
{
border-color: #93ACDB;
}
</style>