Shades of Polo Blue #93B0D0
Tints of Polo Blue #93B0D0
RGB
CMYK
RGB Variations
Color information
#93B0D0 (or 0x93B0D0) is known color: Polo Blue. HEX triplet: 93, B0 and D0. RGB value is (147,176,208). Sum of RGB (Red+Green+Blue) = 147+176+208=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #93B0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0D0 is #6C4F2F. Grayscale: #AAAAAA. Windows color (decimal): -7098160 or 13676691. OLE color: 13676691.
HSL color Cylindrical-coordinate representation of color #93B0D0: hue angle of 211.48º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B0D0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 176 | 208 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.18 |
| HSL | 211.48º | 0.39% | 0.7% | - |
| HSV(B) | 211.48º | 0.29% | 0.82% | - |
| XYZ | 38.94 | 41.81 | 65.69 | - |
| YUV | 170.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 208 | 0.29 | 0.15 | 0 | 0.18 | 211.48 | 0.39 | 0.7 |
| Hex | 93 | B0 | D0 | 1D | F | 0 | 12 | D3 | 27 | 46 |
| Octal | 223 | 260 | 320 | 35 | 17 | 0 | 22 | 323 | 47 | 106 |
| Binary | 10010011 | 10110000 | 11010000 | 11101 | 1111 | 0 | 10010 | 11010011 | 100111 | 1000110 |
Color Harmonies of #93B0D0
Complementary color
Monochromatic Colors of #93B0D0
Black with #93B0D0
Text Example
Text Example
White with #93B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0D0; }
p { color: rgb(147,176,208); }
H1.HeaderClassName
{
color: #93B0D0;
}
.AnyTagClassName
{
color: #93B0D0;
}
</style>
background-color css
<style>
a { background-color: #93B0D0; }
a { background-color: rgb(147,176,208); }
div.DivClassName
{
background-color: #93B0D0;
}
.BgClassName
{
background-color: #93B0D0;
}
</style>
border-color css
<style>
span { border-color: #93B0D0; }
span { border-color: rgb(147,176,208); }
td.TdClassName
{
border-color: #93B0D0;
}
.TagClassName
{
border-color: #93B0D0;
}
</style>