Shades of Polo Blue #8CB2CA
Tints of Polo Blue #8CB2CA
RGB
CMYK
RGB Variations
Color information
#8CB2CA (or 0x8CB2CA) is known color: Polo Blue. HEX triplet: 8C, B2 and CA. RGB value is (140,178,202). Sum of RGB (Red+Green+Blue) = 140+178+202=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2CA is #734D35. Grayscale: #A9A9A9. Windows color (decimal): -7556406 or 13283980. OLE color: 13283980.
HSL color Cylindrical-coordinate representation of color #8CB2CA: hue angle of 203.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB2CA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 178 | 202 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.21 |
| HSL | 203.23º | 0.37% | 0.67% | - |
| HSV(B) | 203.23º | 0.31% | 0.79% | - |
| XYZ | 37.4 | 41.68 | 61.95 | - |
| YUV | 169.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 202 | 0.31 | 0.12 | 0 | 0.21 | 203.23 | 0.37 | 0.67 |
| Hex | 8C | B2 | CA | 1F | C | 0 | 15 | CB | 25 | 43 |
| Octal | 214 | 262 | 312 | 37 | 14 | 0 | 25 | 313 | 45 | 103 |
| Binary | 10001100 | 10110010 | 11001010 | 11111 | 1100 | 0 | 10101 | 11001011 | 100101 | 1000011 |
Color Harmonies of #8CB2CA
Complementary color
Monochromatic Colors of #8CB2CA
Black with #8CB2CA
Text Example
Text Example
White with #8CB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB2CA; }
p { color: rgb(140,178,202); }
H1.HeaderClassName
{
color: #8CB2CA;
}
.AnyTagClassName
{
color: #8CB2CA;
}
</style>
background-color css
<style>
a { background-color: #8CB2CA; }
a { background-color: rgb(140,178,202); }
div.DivClassName
{
background-color: #8CB2CA;
}
.BgClassName
{
background-color: #8CB2CA;
}
</style>
border-color css
<style>
span { border-color: #8CB2CA; }
span { border-color: rgb(140,178,202); }
td.TdClassName
{
border-color: #8CB2CA;
}
.TagClassName
{
border-color: #8CB2CA;
}
</style>