Shades of Polo Blue #8DABDA
Tints of Polo Blue #8DABDA
RGB
CMYK
RGB Variations
Color information
#8DABDA (or 0x8DABDA) is known color: Polo Blue. HEX triplet: 8D, AB and DA. RGB value is (141,171,218). Sum of RGB (Red+Green+Blue) = 141+171+218=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABDA is #725425. Grayscale: #A7A7A7. Windows color (decimal): -7492646 or 14330765. OLE color: 14330765.
HSL color Cylindrical-coordinate representation of color #8DABDA: hue angle of 216.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DABDA is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 171 | 218 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.15 |
| HSL | 216.62º | 0.51% | 0.7% | - |
| HSV(B) | 216.62º | 0.35% | 0.85% | - |
| XYZ | 38.2 | 39.85 | 72.01 | - |
| YUV | 167.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 218 | 0.35 | 0.22 | 0 | 0.15 | 216.62 | 0.51 | 0.7 |
| Hex | 8D | AB | DA | 23 | 16 | 0 | F | D9 | 33 | 46 |
| Octal | 215 | 253 | 332 | 43 | 26 | 0 | 17 | 331 | 63 | 106 |
| Binary | 10001101 | 10101011 | 11011010 | 100011 | 10110 | 0 | 1111 | 11011001 | 110011 | 1000110 |
Color Harmonies of #8DABDA
Complementary color
Monochromatic Colors of #8DABDA
Black with #8DABDA
Text Example
Text Example
White with #8DABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABDA; }
p { color: rgb(141,171,218); }
H1.HeaderClassName
{
color: #8DABDA;
}
.AnyTagClassName
{
color: #8DABDA;
}
</style>
background-color css
<style>
a { background-color: #8DABDA; }
a { background-color: rgb(141,171,218); }
div.DivClassName
{
background-color: #8DABDA;
}
.BgClassName
{
background-color: #8DABDA;
}
</style>
border-color css
<style>
span { border-color: #8DABDA; }
span { border-color: rgb(141,171,218); }
td.TdClassName
{
border-color: #8DABDA;
}
.TagClassName
{
border-color: #8DABDA;
}
</style>