Shades of Polo Blue #8DAACF
Tints of Polo Blue #8DAACF
RGB
CMYK
RGB Variations
Color information
#8DAACF (or 0x8DAACF) is known color: Polo Blue. HEX triplet: 8D, AA and CF. RGB value is (141,170,207). Sum of RGB (Red+Green+Blue) = 141+170+207=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACF is #725530. Grayscale: #A5A5A5. Windows color (decimal): -7492913 or 13609613. OLE color: 13609613.
HSL color Cylindrical-coordinate representation of color #8DAACF: hue angle of 213.64º 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 #8DAACF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 170 | 207 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.19 |
| HSL | 213.64º | 0.41% | 0.68% | - |
| HSV(B) | 213.64º | 0.32% | 0.81% | - |
| XYZ | 36.62 | 38.92 | 64.61 | - |
| YUV | 165.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 207 | 0.32 | 0.18 | 0 | 0.19 | 213.64 | 0.41 | 0.68 |
| Hex | 8D | AA | CF | 20 | 12 | 0 | 13 | D6 | 29 | 44 |
| Octal | 215 | 252 | 317 | 40 | 22 | 0 | 23 | 326 | 51 | 104 |
| Binary | 10001101 | 10101010 | 11001111 | 100000 | 10010 | 0 | 10011 | 11010110 | 101001 | 1000100 |
Color Harmonies of #8DAACF
Complementary color
Monochromatic Colors of #8DAACF
Black with #8DAACF
Text Example
Text Example
White with #8DAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAACF; }
p { color: rgb(141,170,207); }
H1.HeaderClassName
{
color: #8DAACF;
}
.AnyTagClassName
{
color: #8DAACF;
}
</style>
background-color css
<style>
a { background-color: #8DAACF; }
a { background-color: rgb(141,170,207); }
div.DivClassName
{
background-color: #8DAACF;
}
.BgClassName
{
background-color: #8DAACF;
}
</style>
border-color css
<style>
span { border-color: #8DAACF; }
span { border-color: rgb(141,170,207); }
td.TdClassName
{
border-color: #8DAACF;
}
.TagClassName
{
border-color: #8DAACF;
}
</style>