Shades of Polo Blue #8DACCB
Tints of Polo Blue #8DACCB
RGB
CMYK
RGB Variations
Color information
#8DACCB (or 0x8DACCB) is known color: Polo Blue. HEX triplet: 8D, AC and CB. RGB value is (141,172,203). Sum of RGB (Red+Green+Blue) = 141+172+203=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCB is #725334. Grayscale: #A6A6A6. Windows color (decimal): -7492405 or 13347981. OLE color: 13347981.
HSL color Cylindrical-coordinate representation of color #8DACCB: hue angle of 210º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DACCB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 172 | 203 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.20 |
| HSL | 210º | 0.37% | 0.67% | - |
| HSV(B) | 210º | 0.31% | 0.8% | - |
| XYZ | 36.52 | 39.48 | 62.2 | - |
| YUV | 166.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 203 | 0.31 | 0.15 | 0 | 0.20 | 210 | 0.37 | 0.67 |
| Hex | 8D | AC | CB | 1F | F | 0 | 14 | D2 | 25 | 43 |
| Octal | 215 | 254 | 313 | 37 | 17 | 0 | 24 | 322 | 45 | 103 |
| Binary | 10001101 | 10101100 | 11001011 | 11111 | 1111 | 0 | 10100 | 11010010 | 100101 | 1000011 |
Color Harmonies of #8DACCB
Complementary color
Monochromatic Colors of #8DACCB
Black with #8DACCB
Text Example
Text Example
White with #8DACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACCB; }
p { color: rgb(141,172,203); }
H1.HeaderClassName
{
color: #8DACCB;
}
.AnyTagClassName
{
color: #8DACCB;
}
</style>
background-color css
<style>
a { background-color: #8DACCB; }
a { background-color: rgb(141,172,203); }
div.DivClassName
{
background-color: #8DACCB;
}
.BgClassName
{
background-color: #8DACCB;
}
</style>
border-color css
<style>
span { border-color: #8DACCB; }
span { border-color: rgb(141,172,203); }
td.TdClassName
{
border-color: #8DACCB;
}
.TagClassName
{
border-color: #8DACCB;
}
</style>