Shades of Polo Blue #93A9DB
Tints of Polo Blue #93A9DB
RGB
CMYK
RGB Variations
Color information
#93A9DB (or 0x93A9DB) is known color: Polo Blue. HEX triplet: 93, A9 and DB. RGB value is (147,169,219). Sum of RGB (Red+Green+Blue) = 147+169+219=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #93A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9DB is #6C5624. Grayscale: #A7A7A7. Windows color (decimal): -7099941 or 14395795. OLE color: 14395795.
HSL color Cylindrical-coordinate representation of color #93A9DB: hue angle of 221.67º 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 #93A9DB is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 169 | 219 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.14 |
| HSL | 221.67º | 0.5% | 0.72% | - |
| HSV(B) | 221.67º | 0.33% | 0.86% | - |
| XYZ | 39.01 | 39.69 | 72.62 | - |
| YUV | 168.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 219 | 0.33 | 0.23 | 0 | 0.14 | 221.67 | 0.5 | 0.72 |
| Hex | 93 | A9 | DB | 21 | 17 | 0 | E | DE | 32 | 48 |
| Octal | 223 | 251 | 333 | 41 | 27 | 0 | 16 | 336 | 62 | 110 |
| Binary | 10010011 | 10101001 | 11011011 | 100001 | 10111 | 0 | 1110 | 11011110 | 110010 | 1001000 |
Color Harmonies of #93A9DB
Complementary color
Monochromatic Colors of #93A9DB
Black with #93A9DB
Text Example
Text Example
White with #93A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A9DB; }
p { color: rgb(147,169,219); }
H1.HeaderClassName
{
color: #93A9DB;
}
.AnyTagClassName
{
color: #93A9DB;
}
</style>
background-color css
<style>
a { background-color: #93A9DB; }
a { background-color: rgb(147,169,219); }
div.DivClassName
{
background-color: #93A9DB;
}
.BgClassName
{
background-color: #93A9DB;
}
</style>
border-color css
<style>
span { border-color: #93A9DB; }
span { border-color: rgb(147,169,219); }
td.TdClassName
{
border-color: #93A9DB;
}
.TagClassName
{
border-color: #93A9DB;
}
</style>