Shades of Polo Blue #93B7DC
Tints of Polo Blue #93B7DC
RGB
CMYK
RGB Variations
Color information
#93B7DC (or 0x93B7DC) is known color: Polo Blue. HEX triplet: 93, B7 and DC. RGB value is (147,183,220). Sum of RGB (Red+Green+Blue) = 147+183+220=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7DC is #6C4823. Grayscale: #B0B0B0. Windows color (decimal): -7096356 or 14464915. OLE color: 14464915.
HSL color Cylindrical-coordinate representation of color #93B7DC: hue angle of 210.41º 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 #93B7DC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 183 | 220 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.14 |
| HSL | 210.41º | 0.51% | 0.72% | - |
| HSV(B) | 210.41º | 0.33% | 0.86% | - |
| XYZ | 41.88 | 45.24 | 74.23 | - |
| YUV | 176.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 220 | 0.33 | 0.17 | 0 | 0.14 | 210.41 | 0.51 | 0.72 |
| Hex | 93 | B7 | DC | 21 | 11 | 0 | E | D2 | 33 | 48 |
| Octal | 223 | 267 | 334 | 41 | 21 | 0 | 16 | 322 | 63 | 110 |
| Binary | 10010011 | 10110111 | 11011100 | 100001 | 10001 | 0 | 1110 | 11010010 | 110011 | 1001000 |
Color Harmonies of #93B7DC
Complementary color
Monochromatic Colors of #93B7DC
Black with #93B7DC
Text Example
Text Example
White with #93B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7DC; }
p { color: rgb(147,183,220); }
H1.HeaderClassName
{
color: #93B7DC;
}
.AnyTagClassName
{
color: #93B7DC;
}
</style>
background-color css
<style>
a { background-color: #93B7DC; }
a { background-color: rgb(147,183,220); }
div.DivClassName
{
background-color: #93B7DC;
}
.BgClassName
{
background-color: #93B7DC;
}
</style>
border-color css
<style>
span { border-color: #93B7DC; }
span { border-color: rgb(147,183,220); }
td.TdClassName
{
border-color: #93B7DC;
}
.TagClassName
{
border-color: #93B7DC;
}
</style>