Shades of Polo Blue #8DACDA
Tints of Polo Blue #8DACDA
RGB
CMYK
RGB Variations
Color information
#8DACDA (or 0x8DACDA) is known color: Polo Blue. HEX triplet: 8D, AC and DA. RGB value is (141,172,218). Sum of RGB (Red+Green+Blue) = 141+172+218=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDA is #725325. Grayscale: #A7A7A7. Windows color (decimal): -7492390 or 14331021. OLE color: 14331021.
HSL color Cylindrical-coordinate representation of color #8DACDA: hue angle of 215.84º 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 #8DACDA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 172 | 218 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.15 |
| HSL | 215.84º | 0.51% | 0.7% | - |
| HSV(B) | 215.84º | 0.35% | 0.85% | - |
| XYZ | 38.39 | 40.23 | 72.07 | - |
| YUV | 167.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 218 | 0.35 | 0.21 | 0 | 0.15 | 215.84 | 0.51 | 0.7 |
| Hex | 8D | AC | DA | 23 | 15 | 0 | F | D8 | 33 | 46 |
| Octal | 215 | 254 | 332 | 43 | 25 | 0 | 17 | 330 | 63 | 106 |
| Binary | 10001101 | 10101100 | 11011010 | 100011 | 10101 | 0 | 1111 | 11011000 | 110011 | 1000110 |
Color Harmonies of #8DACDA
Complementary color
Monochromatic Colors of #8DACDA
Black with #8DACDA
Text Example
Text Example
White with #8DACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACDA; }
p { color: rgb(141,172,218); }
H1.HeaderClassName
{
color: #8DACDA;
}
.AnyTagClassName
{
color: #8DACDA;
}
</style>
background-color css
<style>
a { background-color: #8DACDA; }
a { background-color: rgb(141,172,218); }
div.DivClassName
{
background-color: #8DACDA;
}
.BgClassName
{
background-color: #8DACDA;
}
</style>
border-color css
<style>
span { border-color: #8DACDA; }
span { border-color: rgb(141,172,218); }
td.TdClassName
{
border-color: #8DACDA;
}
.TagClassName
{
border-color: #8DACDA;
}
</style>