Shades of Polo Blue #8DA6CF
Tints of Polo Blue #8DA6CF
RGB
CMYK
RGB Variations
Color information
#8DA6CF (or 0x8DA6CF) is known color: Polo Blue. HEX triplet: 8D, A6 and CF. RGB value is (141,166,207). Sum of RGB (Red+Green+Blue) = 141+166+207=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6CF is #725930. Grayscale: #A3A3A3. Windows color (decimal): -7493937 or 13608589. OLE color: 13608589.
HSL color Cylindrical-coordinate representation of color #8DA6CF: hue angle of 217.27º 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 #8DA6CF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 166 | 207 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.19 |
| HSL | 217.27º | 0.41% | 0.68% | - |
| HSV(B) | 217.27º | 0.32% | 0.81% | - |
| XYZ | 35.88 | 37.44 | 64.37 | - |
| YUV | 163.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 207 | 0.32 | 0.20 | 0 | 0.19 | 217.27 | 0.41 | 0.68 |
| Hex | 8D | A6 | CF | 20 | 14 | 0 | 13 | D9 | 29 | 44 |
| Octal | 215 | 246 | 317 | 40 | 24 | 0 | 23 | 331 | 51 | 104 |
| Binary | 10001101 | 10100110 | 11001111 | 100000 | 10100 | 0 | 10011 | 11011001 | 101001 | 1000100 |
Color Harmonies of #8DA6CF
Complementary color
Monochromatic Colors of #8DA6CF
Black with #8DA6CF
Text Example
Text Example
White with #8DA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6CF; }
p { color: rgb(141,166,207); }
H1.HeaderClassName
{
color: #8DA6CF;
}
.AnyTagClassName
{
color: #8DA6CF;
}
</style>
background-color css
<style>
a { background-color: #8DA6CF; }
a { background-color: rgb(141,166,207); }
div.DivClassName
{
background-color: #8DA6CF;
}
.BgClassName
{
background-color: #8DA6CF;
}
</style>
border-color css
<style>
span { border-color: #8DA6CF; }
span { border-color: rgb(141,166,207); }
td.TdClassName
{
border-color: #8DA6CF;
}
.TagClassName
{
border-color: #8DA6CF;
}
</style>