Shades of Polo Blue #93ADCE
Tints of Polo Blue #93ADCE
RGB
CMYK
RGB Variations
Color information
#93ADCE (or 0x93ADCE) is known color: Polo Blue. HEX triplet: 93, AD and CE. RGB value is (147,173,206). Sum of RGB (Red+Green+Blue) = 147+173+206=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #93ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADCE is #6C5231. Grayscale: #A8A8A8. Windows color (decimal): -7098930 or 13544851. OLE color: 13544851.
HSL color Cylindrical-coordinate representation of color #93ADCE: hue angle of 213.56º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93ADCE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 173 | 206 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.19 |
| HSL | 213.56º | 0.38% | 0.69% | - |
| HSV(B) | 213.56º | 0.29% | 0.81% | - |
| XYZ | 38.12 | 40.55 | 64.21 | - |
| YUV | 168.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 206 | 0.29 | 0.16 | 0 | 0.19 | 213.56 | 0.38 | 0.69 |
| Hex | 93 | AD | CE | 1D | 10 | 0 | 13 | D6 | 26 | 45 |
| Octal | 223 | 255 | 316 | 35 | 20 | 0 | 23 | 326 | 46 | 105 |
| Binary | 10010011 | 10101101 | 11001110 | 11101 | 10000 | 0 | 10011 | 11010110 | 100110 | 1000101 |
Color Harmonies of #93ADCE
Complementary color
Monochromatic Colors of #93ADCE
Black with #93ADCE
Text Example
Text Example
White with #93ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADCE; }
p { color: rgb(147,173,206); }
H1.HeaderClassName
{
color: #93ADCE;
}
.AnyTagClassName
{
color: #93ADCE;
}
</style>
background-color css
<style>
a { background-color: #93ADCE; }
a { background-color: rgb(147,173,206); }
div.DivClassName
{
background-color: #93ADCE;
}
.BgClassName
{
background-color: #93ADCE;
}
</style>
border-color css
<style>
span { border-color: #93ADCE; }
span { border-color: rgb(147,173,206); }
td.TdClassName
{
border-color: #93ADCE;
}
.TagClassName
{
border-color: #93ADCE;
}
</style>