Shades of Polo Blue #93ADD5
Tints of Polo Blue #93ADD5
RGB
CMYK
RGB Variations
Color information
#93ADD5 (or 0x93ADD5) is known color: Polo Blue. HEX triplet: 93, AD and D5. RGB value is (147,173,213). Sum of RGB (Red+Green+Blue) = 147+173+213=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #93ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADD5 is #6C522A. Grayscale: #A9A9A9. Windows color (decimal): -7098923 or 14003603. OLE color: 14003603.
HSL color Cylindrical-coordinate representation of color #93ADD5: hue angle of 216.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93ADD5 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 173 | 213 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.16 |
| HSL | 216.36º | 0.44% | 0.71% | - |
| HSV(B) | 216.36º | 0.31% | 0.84% | - |
| XYZ | 38.99 | 40.89 | 68.79 | - |
| YUV | 169.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 213 | 0.31 | 0.19 | 0 | 0.16 | 216.36 | 0.44 | 0.71 |
| Hex | 93 | AD | D5 | 1F | 13 | 0 | 10 | D8 | 2C | 47 |
| Octal | 223 | 255 | 325 | 37 | 23 | 0 | 20 | 330 | 54 | 107 |
| Binary | 10010011 | 10101101 | 11010101 | 11111 | 10011 | 0 | 10000 | 11011000 | 101100 | 1000111 |
Color Harmonies of #93ADD5
Complementary color
Monochromatic Colors of #93ADD5
Black with #93ADD5
Text Example
Text Example
White with #93ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADD5; }
p { color: rgb(147,173,213); }
H1.HeaderClassName
{
color: #93ADD5;
}
.AnyTagClassName
{
color: #93ADD5;
}
</style>
background-color css
<style>
a { background-color: #93ADD5; }
a { background-color: rgb(147,173,213); }
div.DivClassName
{
background-color: #93ADD5;
}
.BgClassName
{
background-color: #93ADD5;
}
</style>
border-color css
<style>
span { border-color: #93ADD5; }
span { border-color: rgb(147,173,213); }
td.TdClassName
{
border-color: #93ADD5;
}
.TagClassName
{
border-color: #93ADD5;
}
</style>