Shades of Polo Blue #8CABC5
Tints of Polo Blue #8CABC5
RGB
CMYK
RGB Variations
Color information
#8CABC5 (or 0x8CABC5) is known color: Polo Blue. HEX triplet: 8C, AB and C5. RGB value is (140,171,197). Sum of RGB (Red+Green+Blue) = 140+171+197=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #8CABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABC5 is #73543A. Grayscale: #A4A4A4. Windows color (decimal): -7558203 or 12954508. OLE color: 12954508.
HSL color Cylindrical-coordinate representation of color #8CABC5: hue angle of 207.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CABC5 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 171 | 197 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.23 |
| HSL | 207.37º | 0.33% | 0.66% | - |
| HSV(B) | 207.37º | 0.29% | 0.77% | - |
| XYZ | 35.46 | 38.73 | 58.43 | - |
| YUV | 164.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 197 | 0.29 | 0.13 | 0 | 0.23 | 207.37 | 0.33 | 0.66 |
| Hex | 8C | AB | C5 | 1D | D | 0 | 17 | CF | 21 | 42 |
| Octal | 214 | 253 | 305 | 35 | 15 | 0 | 27 | 317 | 41 | 102 |
| Binary | 10001100 | 10101011 | 11000101 | 11101 | 1101 | 0 | 10111 | 11001111 | 100001 | 1000010 |
Color Harmonies of #8CABC5
Complementary color
Monochromatic Colors of #8CABC5
Black with #8CABC5
Text Example
Text Example
White with #8CABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABC5; }
p { color: rgb(140,171,197); }
H1.HeaderClassName
{
color: #8CABC5;
}
.AnyTagClassName
{
color: #8CABC5;
}
</style>
background-color css
<style>
a { background-color: #8CABC5; }
a { background-color: rgb(140,171,197); }
div.DivClassName
{
background-color: #8CABC5;
}
.BgClassName
{
background-color: #8CABC5;
}
</style>
border-color css
<style>
span { border-color: #8CABC5; }
span { border-color: rgb(140,171,197); }
td.TdClassName
{
border-color: #8CABC5;
}
.TagClassName
{
border-color: #8CABC5;
}
</style>