Shades of Polo Blue #8DACCC
Tints of Polo Blue #8DACCC
RGB
CMYK
RGB Variations
Color information
#8DACCC (or 0x8DACCC) is known color: Polo Blue. HEX triplet: 8D, AC and CC. RGB value is (141,172,204). Sum of RGB (Red+Green+Blue) = 141+172+204=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCC is #725333. Grayscale: #A6A6A6. Windows color (decimal): -7492404 or 13413517. OLE color: 13413517.
HSL color Cylindrical-coordinate representation of color #8DACCC: hue angle of 210.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DACCC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 172 | 204 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.2 |
| HSL | 210.48º | 0.38% | 0.68% | - |
| HSV(B) | 210.48º | 0.31% | 0.8% | - |
| XYZ | 36.64 | 39.53 | 62.83 | - |
| YUV | 166.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 204 | 0.31 | 0.16 | 0 | 0.2 | 210.48 | 0.38 | 0.68 |
| Hex | 8D | AC | CC | 1F | 10 | 0 | 14 | D2 | 26 | 44 |
| Octal | 215 | 254 | 314 | 37 | 20 | 0 | 24 | 322 | 46 | 104 |
| Binary | 10001101 | 10101100 | 11001100 | 11111 | 10000 | 0 | 10100 | 11010010 | 100110 | 1000100 |
Color Harmonies of #8DACCC
Complementary color
Monochromatic Colors of #8DACCC
Black with #8DACCC
Text Example
Text Example
White with #8DACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACCC; }
p { color: rgb(141,172,204); }
H1.HeaderClassName
{
color: #8DACCC;
}
.AnyTagClassName
{
color: #8DACCC;
}
</style>
background-color css
<style>
a { background-color: #8DACCC; }
a { background-color: rgb(141,172,204); }
div.DivClassName
{
background-color: #8DACCC;
}
.BgClassName
{
background-color: #8DACCC;
}
</style>
border-color css
<style>
span { border-color: #8DACCC; }
span { border-color: rgb(141,172,204); }
td.TdClassName
{
border-color: #8DACCC;
}
.TagClassName
{
border-color: #8DACCC;
}
</style>