Shades of Polo Blue #8CA9C9
Tints of Polo Blue #8CA9C9
RGB
CMYK
RGB Variations
Color information
#8CA9C9 (or 0x8CA9C9) is known color: Polo Blue. HEX triplet: 8C, A9 and C9. RGB value is (140,169,201). Sum of RGB (Red+Green+Blue) = 140+169+201=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CA9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9C9 is #735636. Grayscale: #A3A3A3. Windows color (decimal): -7558711 or 13216140. OLE color: 13216140.
HSL color Cylindrical-coordinate representation of color #8CA9C9: hue angle of 211.48º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CA9C9 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 169 | 201 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.21 |
| HSL | 211.48º | 0.36% | 0.67% | - |
| HSV(B) | 211.48º | 0.3% | 0.79% | - |
| XYZ | 35.55 | 38.17 | 60.75 | - |
| YUV | 163.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 201 | 0.30 | 0.16 | 0 | 0.21 | 211.48 | 0.36 | 0.67 |
| Hex | 8C | A9 | C9 | 1E | 10 | 0 | 15 | D3 | 24 | 43 |
| Octal | 214 | 251 | 311 | 36 | 20 | 0 | 25 | 323 | 44 | 103 |
| Binary | 10001100 | 10101001 | 11001001 | 11110 | 10000 | 0 | 10101 | 11010011 | 100100 | 1000011 |
Color Harmonies of #8CA9C9
Complementary color
Monochromatic Colors of #8CA9C9
Black with #8CA9C9
Text Example
Text Example
White with #8CA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9C9; }
p { color: rgb(140,169,201); }
H1.HeaderClassName
{
color: #8CA9C9;
}
.AnyTagClassName
{
color: #8CA9C9;
}
</style>
background-color css
<style>
a { background-color: #8CA9C9; }
a { background-color: rgb(140,169,201); }
div.DivClassName
{
background-color: #8CA9C9;
}
.BgClassName
{
background-color: #8CA9C9;
}
</style>
border-color css
<style>
span { border-color: #8CA9C9; }
span { border-color: rgb(140,169,201); }
td.TdClassName
{
border-color: #8CA9C9;
}
.TagClassName
{
border-color: #8CA9C9;
}
</style>