Shades of Polo Blue #8CB2CB
Tints of Polo Blue #8CB2CB
RGB
CMYK
RGB Variations
Color information
#8CB2CB (or 0x8CB2CB) is known color: Polo Blue. HEX triplet: 8C, B2 and CB. RGB value is (140,178,203). Sum of RGB (Red+Green+Blue) = 140+178+203=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2CB is #734D34. Grayscale: #A9A9A9. Windows color (decimal): -7556405 or 13349516. OLE color: 13349516.
HSL color Cylindrical-coordinate representation of color #8CB2CB: hue angle of 203.81º degrees, saturation: 0.38, 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 #8CB2CB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 178 | 203 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.20 |
| HSL | 203.81º | 0.38% | 0.67% | - |
| HSV(B) | 203.81º | 0.31% | 0.8% | - |
| XYZ | 37.52 | 41.73 | 62.58 | - |
| YUV | 169.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 203 | 0.31 | 0.12 | 0 | 0.20 | 203.81 | 0.38 | 0.67 |
| Hex | 8C | B2 | CB | 1F | C | 0 | 14 | CC | 26 | 43 |
| Octal | 214 | 262 | 313 | 37 | 14 | 0 | 24 | 314 | 46 | 103 |
| Binary | 10001100 | 10110010 | 11001011 | 11111 | 1100 | 0 | 10100 | 11001100 | 100110 | 1000011 |
Color Harmonies of #8CB2CB
Complementary color
Monochromatic Colors of #8CB2CB
Black with #8CB2CB
Text Example
Text Example
White with #8CB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB2CB; }
p { color: rgb(140,178,203); }
H1.HeaderClassName
{
color: #8CB2CB;
}
.AnyTagClassName
{
color: #8CB2CB;
}
</style>
background-color css
<style>
a { background-color: #8CB2CB; }
a { background-color: rgb(140,178,203); }
div.DivClassName
{
background-color: #8CB2CB;
}
.BgClassName
{
background-color: #8CB2CB;
}
</style>
border-color css
<style>
span { border-color: #8CB2CB; }
span { border-color: rgb(140,178,203); }
td.TdClassName
{
border-color: #8CB2CB;
}
.TagClassName
{
border-color: #8CB2CB;
}
</style>