Shades of Polo Blue #8DAADC
Tints of Polo Blue #8DAADC
RGB
CMYK
RGB Variations
Color information
#8DAADC (or 0x8DAADC) is known color: Polo Blue. HEX triplet: 8D, AA and DC. RGB value is (141,170,220). Sum of RGB (Red+Green+Blue) = 141+170+220=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAADC is #725523. Grayscale: #A6A6A6. Windows color (decimal): -7492900 or 14461581. OLE color: 14461581.
HSL color Cylindrical-coordinate representation of color #8DAADC: hue angle of 217.97º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DAADC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 170 | 220 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.14 |
| HSL | 217.97º | 0.53% | 0.71% | - |
| HSV(B) | 217.97º | 0.36% | 0.86% | - |
| XYZ | 38.28 | 39.58 | 73.33 | - |
| YUV | 167.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 220 | 0.36 | 0.23 | 0 | 0.14 | 217.97 | 0.53 | 0.71 |
| Hex | 8D | AA | DC | 24 | 17 | 0 | E | DA | 35 | 47 |
| Octal | 215 | 252 | 334 | 44 | 27 | 0 | 16 | 332 | 65 | 107 |
| Binary | 10001101 | 10101010 | 11011100 | 100100 | 10111 | 0 | 1110 | 11011010 | 110101 | 1000111 |
Color Harmonies of #8DAADC
Complementary color
Monochromatic Colors of #8DAADC
Black with #8DAADC
Text Example
Text Example
White with #8DAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAADC; }
p { color: rgb(141,170,220); }
H1.HeaderClassName
{
color: #8DAADC;
}
.AnyTagClassName
{
color: #8DAADC;
}
</style>
background-color css
<style>
a { background-color: #8DAADC; }
a { background-color: rgb(141,170,220); }
div.DivClassName
{
background-color: #8DAADC;
}
.BgClassName
{
background-color: #8DAADC;
}
</style>
border-color css
<style>
span { border-color: #8DAADC; }
span { border-color: rgb(141,170,220); }
td.TdClassName
{
border-color: #8DAADC;
}
.TagClassName
{
border-color: #8DAADC;
}
</style>