Shades of Polo Blue #8DAADB
Tints of Polo Blue #8DAADB
RGB
CMYK
RGB Variations
Color information
#8DAADB (or 0x8DAADB) is known color: Polo Blue. HEX triplet: 8D, AA and DB. RGB value is (141,170,219). Sum of RGB (Red+Green+Blue) = 141+170+219=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAADB is #725524. Grayscale: #A6A6A6. Windows color (decimal): -7492901 or 14396045. OLE color: 14396045.
HSL color Cylindrical-coordinate representation of color #8DAADB: hue angle of 217.69º degrees, saturation: 0.52, 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 #8DAADB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 170 | 219 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.14 |
| HSL | 217.69º | 0.52% | 0.71% | - |
| HSV(B) | 217.69º | 0.36% | 0.86% | - |
| XYZ | 38.15 | 39.53 | 72.64 | - |
| YUV | 166.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 219 | 0.36 | 0.22 | 0 | 0.14 | 217.69 | 0.52 | 0.71 |
| Hex | 8D | AA | DB | 24 | 16 | 0 | E | DA | 34 | 47 |
| Octal | 215 | 252 | 333 | 44 | 26 | 0 | 16 | 332 | 64 | 107 |
| Binary | 10001101 | 10101010 | 11011011 | 100100 | 10110 | 0 | 1110 | 11011010 | 110100 | 1000111 |
Color Harmonies of #8DAADB
Complementary color
Monochromatic Colors of #8DAADB
Black with #8DAADB
Text Example
Text Example
White with #8DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAADB; }
p { color: rgb(141,170,219); }
H1.HeaderClassName
{
color: #8DAADB;
}
.AnyTagClassName
{
color: #8DAADB;
}
</style>
background-color css
<style>
a { background-color: #8DAADB; }
a { background-color: rgb(141,170,219); }
div.DivClassName
{
background-color: #8DAADB;
}
.BgClassName
{
background-color: #8DAADB;
}
</style>
border-color css
<style>
span { border-color: #8DAADB; }
span { border-color: rgb(141,170,219); }
td.TdClassName
{
border-color: #8DAADB;
}
.TagClassName
{
border-color: #8DAADB;
}
</style>