Shades of Polo Blue #8DACCF
Tints of Polo Blue #8DACCF
RGB
CMYK
RGB Variations
Color information
#8DACCF (or 0x8DACCF) is known color: Polo Blue. HEX triplet: 8D, AC and CF. RGB value is (141,172,207). Sum of RGB (Red+Green+Blue) = 141+172+207=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCF is #725330. Grayscale: #A6A6A6. Windows color (decimal): -7492401 or 13610125. OLE color: 13610125.
HSL color Cylindrical-coordinate representation of color #8DACCF: hue angle of 211.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DACCF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 172 | 207 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.19 |
| HSL | 211.82º | 0.41% | 0.68% | - |
| HSV(B) | 211.82º | 0.32% | 0.81% | - |
| XYZ | 37 | 39.67 | 64.74 | - |
| YUV | 166.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 207 | 0.32 | 0.17 | 0 | 0.19 | 211.82 | 0.41 | 0.68 |
| Hex | 8D | AC | CF | 20 | 11 | 0 | 13 | D4 | 29 | 44 |
| Octal | 215 | 254 | 317 | 40 | 21 | 0 | 23 | 324 | 51 | 104 |
| Binary | 10001101 | 10101100 | 11001111 | 100000 | 10001 | 0 | 10011 | 11010100 | 101001 | 1000100 |
Color Harmonies of #8DACCF
Complementary color
Monochromatic Colors of #8DACCF
Black with #8DACCF
Text Example
Text Example
White with #8DACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACCF; }
p { color: rgb(141,172,207); }
H1.HeaderClassName
{
color: #8DACCF;
}
.AnyTagClassName
{
color: #8DACCF;
}
</style>
background-color css
<style>
a { background-color: #8DACCF; }
a { background-color: rgb(141,172,207); }
div.DivClassName
{
background-color: #8DACCF;
}
.BgClassName
{
background-color: #8DACCF;
}
</style>
border-color css
<style>
span { border-color: #8DACCF; }
span { border-color: rgb(141,172,207); }
td.TdClassName
{
border-color: #8DACCF;
}
.TagClassName
{
border-color: #8DACCF;
}
</style>