Shades of Polo Blue #93B7DD
Tints of Polo Blue #93B7DD
RGB
CMYK
RGB Variations
Color information
#93B7DD (or 0x93B7DD) is known color: Polo Blue. HEX triplet: 93, B7 and DD. RGB value is (147,183,221). Sum of RGB (Red+Green+Blue) = 147+183+221=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7DD is #6C4822. Grayscale: #B0B0B0. Windows color (decimal): -7096355 or 14530451. OLE color: 14530451.
HSL color Cylindrical-coordinate representation of color #93B7DD: hue angle of 210.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B7DD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 183 | 221 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.13 |
| HSL | 210.81º | 0.52% | 0.72% | - |
| HSV(B) | 210.81º | 0.33% | 0.87% | - |
| XYZ | 42.02 | 45.29 | 74.93 | - |
| YUV | 176.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 221 | 0.33 | 0.17 | 0 | 0.13 | 210.81 | 0.52 | 0.72 |
| Hex | 93 | B7 | DD | 21 | 11 | 0 | D | D3 | 34 | 48 |
| Octal | 223 | 267 | 335 | 41 | 21 | 0 | 15 | 323 | 64 | 110 |
| Binary | 10010011 | 10110111 | 11011101 | 100001 | 10001 | 0 | 1101 | 11010011 | 110100 | 1001000 |
Color Harmonies of #93B7DD
Complementary color
Monochromatic Colors of #93B7DD
Black with #93B7DD
Text Example
Text Example
White with #93B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7DD; }
p { color: rgb(147,183,221); }
H1.HeaderClassName
{
color: #93B7DD;
}
.AnyTagClassName
{
color: #93B7DD;
}
</style>
background-color css
<style>
a { background-color: #93B7DD; }
a { background-color: rgb(147,183,221); }
div.DivClassName
{
background-color: #93B7DD;
}
.BgClassName
{
background-color: #93B7DD;
}
</style>
border-color css
<style>
span { border-color: #93B7DD; }
span { border-color: rgb(147,183,221); }
td.TdClassName
{
border-color: #93B7DD;
}
.TagClassName
{
border-color: #93B7DD;
}
</style>