Shades of Polo Blue #8DABCC
Tints of Polo Blue #8DABCC
RGB
CMYK
RGB Variations
Color information
#8DABCC (or 0x8DABCC) is known color: Polo Blue. HEX triplet: 8D, AB and CC. RGB value is (141,171,204). Sum of RGB (Red+Green+Blue) = 141+171+204=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCC is #725433. Grayscale: #A5A5A5. Windows color (decimal): -7492660 or 13413261. OLE color: 13413261.
HSL color Cylindrical-coordinate representation of color #8DABCC: hue angle of 211.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DABCC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 171 | 204 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.2 |
| HSL | 211.43º | 0.38% | 0.68% | - |
| HSV(B) | 211.43º | 0.31% | 0.8% | - |
| XYZ | 36.45 | 39.15 | 62.76 | - |
| YUV | 165.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 204 | 0.31 | 0.16 | 0 | 0.2 | 211.43 | 0.38 | 0.68 |
| Hex | 8D | AB | CC | 1F | 10 | 0 | 14 | D3 | 26 | 44 |
| Octal | 215 | 253 | 314 | 37 | 20 | 0 | 24 | 323 | 46 | 104 |
| Binary | 10001101 | 10101011 | 11001100 | 11111 | 10000 | 0 | 10100 | 11010011 | 100110 | 1000100 |
Color Harmonies of #8DABCC
Complementary color
Monochromatic Colors of #8DABCC
Black with #8DABCC
Text Example
Text Example
White with #8DABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABCC; }
p { color: rgb(141,171,204); }
H1.HeaderClassName
{
color: #8DABCC;
}
.AnyTagClassName
{
color: #8DABCC;
}
</style>
background-color css
<style>
a { background-color: #8DABCC; }
a { background-color: rgb(141,171,204); }
div.DivClassName
{
background-color: #8DABCC;
}
.BgClassName
{
background-color: #8DABCC;
}
</style>
border-color css
<style>
span { border-color: #8DABCC; }
span { border-color: rgb(141,171,204); }
td.TdClassName
{
border-color: #8DABCC;
}
.TagClassName
{
border-color: #8DABCC;
}
</style>