Shades of Polo Blue #8DABD2
Tints of Polo Blue #8DABD2
RGB
CMYK
RGB Variations
Color information
#8DABD2 (or 0x8DABD2) is known color: Polo Blue. HEX triplet: 8D, AB and D2. RGB value is (141,171,210). Sum of RGB (Red+Green+Blue) = 141+171+210=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #8DABD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABD2 is #72542D. Grayscale: #A6A6A6. Windows color (decimal): -7492654 or 13806477. OLE color: 13806477.
HSL color Cylindrical-coordinate representation of color #8DABD2: hue angle of 213.91º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DABD2 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 171 | 210 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.18 |
| HSL | 213.91º | 0.43% | 0.69% | - |
| HSV(B) | 213.91º | 0.33% | 0.82% | - |
| XYZ | 37.18 | 39.44 | 66.63 | - |
| YUV | 166.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 210 | 0.33 | 0.19 | 0 | 0.18 | 213.91 | 0.43 | 0.69 |
| Hex | 8D | AB | D2 | 21 | 13 | 0 | 12 | D6 | 2B | 45 |
| Octal | 215 | 253 | 322 | 41 | 23 | 0 | 22 | 326 | 53 | 105 |
| Binary | 10001101 | 10101011 | 11010010 | 100001 | 10011 | 0 | 10010 | 11010110 | 101011 | 1000101 |
Color Harmonies of #8DABD2
Complementary color
Monochromatic Colors of #8DABD2
Black with #8DABD2
Text Example
Text Example
White with #8DABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABD2; }
p { color: rgb(141,171,210); }
H1.HeaderClassName
{
color: #8DABD2;
}
.AnyTagClassName
{
color: #8DABD2;
}
</style>
background-color css
<style>
a { background-color: #8DABD2; }
a { background-color: rgb(141,171,210); }
div.DivClassName
{
background-color: #8DABD2;
}
.BgClassName
{
background-color: #8DABD2;
}
</style>
border-color css
<style>
span { border-color: #8DABD2; }
span { border-color: rgb(141,171,210); }
td.TdClassName
{
border-color: #8DABD2;
}
.TagClassName
{
border-color: #8DABD2;
}
</style>