Shades of Polo Blue #8DAACB
Tints of Polo Blue #8DAACB
RGB
CMYK
RGB Variations
Color information
#8DAACB (or 0x8DAACB) is known color: Polo Blue. HEX triplet: 8D, AA and CB. RGB value is (141,170,203). Sum of RGB (Red+Green+Blue) = 141+170+203=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACB is #725534. Grayscale: #A4A4A4. Windows color (decimal): -7492917 or 13347469. OLE color: 13347469.
HSL color Cylindrical-coordinate representation of color #8DAACB: hue angle of 211.94º 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 #8DAACB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 170 | 203 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.20 |
| HSL | 211.94º | 0.37% | 0.67% | - |
| HSV(B) | 211.94º | 0.31% | 0.8% | - |
| XYZ | 36.14 | 38.72 | 62.07 | - |
| YUV | 165.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 203 | 0.31 | 0.16 | 0 | 0.20 | 211.94 | 0.37 | 0.67 |
| Hex | 8D | AA | CB | 1F | 10 | 0 | 14 | D4 | 25 | 43 |
| Octal | 215 | 252 | 313 | 37 | 20 | 0 | 24 | 324 | 45 | 103 |
| Binary | 10001101 | 10101010 | 11001011 | 11111 | 10000 | 0 | 10100 | 11010100 | 100101 | 1000011 |
Color Harmonies of #8DAACB
Complementary color
Monochromatic Colors of #8DAACB
Black with #8DAACB
Text Example
Text Example
White with #8DAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAACB; }
p { color: rgb(141,170,203); }
H1.HeaderClassName
{
color: #8DAACB;
}
.AnyTagClassName
{
color: #8DAACB;
}
</style>
background-color css
<style>
a { background-color: #8DAACB; }
a { background-color: rgb(141,170,203); }
div.DivClassName
{
background-color: #8DAACB;
}
.BgClassName
{
background-color: #8DAACB;
}
</style>
border-color css
<style>
span { border-color: #8DAACB; }
span { border-color: rgb(141,170,203); }
td.TdClassName
{
border-color: #8DAACB;
}
.TagClassName
{
border-color: #8DAACB;
}
</style>