Shades of Polo Blue #8DABDF
Tints of Polo Blue #8DABDF
RGB
CMYK
RGB Variations
Color information
#8DABDF (or 0x8DABDF) is known color: Polo Blue. HEX triplet: 8D, AB and DF. RGB value is (141,171,223). Sum of RGB (Red+Green+Blue) = 141+171+223=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDF is #725420. Grayscale: #A7A7A7. Windows color (decimal): -7492641 or 14658445. OLE color: 14658445.
HSL color Cylindrical-coordinate representation of color #8DABDF: hue angle of 218.05º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DABDF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 171 | 223 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.13 |
| HSL | 218.05º | 0.56% | 0.71% | - |
| HSV(B) | 218.05º | 0.37% | 0.87% | - |
| XYZ | 38.87 | 40.12 | 75.51 | - |
| YUV | 167.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 223 | 0.37 | 0.23 | 0 | 0.13 | 218.05 | 0.56 | 0.71 |
| Hex | 8D | AB | DF | 25 | 17 | 0 | D | DA | 38 | 47 |
| Octal | 215 | 253 | 337 | 45 | 27 | 0 | 15 | 332 | 70 | 107 |
| Binary | 10001101 | 10101011 | 11011111 | 100101 | 10111 | 0 | 1101 | 11011010 | 111000 | 1000111 |
Color Harmonies of #8DABDF
Complementary color
Monochromatic Colors of #8DABDF
Black with #8DABDF
Text Example
Text Example
White with #8DABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABDF; }
p { color: rgb(141,171,223); }
H1.HeaderClassName
{
color: #8DABDF;
}
.AnyTagClassName
{
color: #8DABDF;
}
</style>
background-color css
<style>
a { background-color: #8DABDF; }
a { background-color: rgb(141,171,223); }
div.DivClassName
{
background-color: #8DABDF;
}
.BgClassName
{
background-color: #8DABDF;
}
</style>
border-color css
<style>
span { border-color: #8DABDF; }
span { border-color: rgb(141,171,223); }
td.TdClassName
{
border-color: #8DABDF;
}
.TagClassName
{
border-color: #8DABDF;
}
</style>