Shades of Polo Blue #8CB3CE
Tints of Polo Blue #8CB3CE
RGB
CMYK
RGB Variations
Color information
#8CB3CE (or 0x8CB3CE) is known color: Polo Blue. HEX triplet: 8C, B3 and CE. RGB value is (140,179,206). Sum of RGB (Red+Green+Blue) = 140+179+206=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CB3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB3CE is #734C31. Grayscale: #AAAAAA. Windows color (decimal): -7556146 or 13546380. OLE color: 13546380.
HSL color Cylindrical-coordinate representation of color #8CB3CE: hue angle of 204.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB3CE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 179 | 206 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.19 |
| HSL | 204.55º | 0.4% | 0.68% | - |
| HSV(B) | 204.55º | 0.32% | 0.81% | - |
| XYZ | 38.08 | 42.27 | 64.54 | - |
| YUV | 170.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 206 | 0.32 | 0.13 | 0 | 0.19 | 204.55 | 0.4 | 0.68 |
| Hex | 8C | B3 | CE | 20 | D | 0 | 13 | CD | 28 | 44 |
| Octal | 214 | 263 | 316 | 40 | 15 | 0 | 23 | 315 | 50 | 104 |
| Binary | 10001100 | 10110011 | 11001110 | 100000 | 1101 | 0 | 10011 | 11001101 | 101000 | 1000100 |
Color Harmonies of #8CB3CE
Complementary color
Monochromatic Colors of #8CB3CE
Black with #8CB3CE
Text Example
Text Example
White with #8CB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB3CE; }
p { color: rgb(140,179,206); }
H1.HeaderClassName
{
color: #8CB3CE;
}
.AnyTagClassName
{
color: #8CB3CE;
}
</style>
background-color css
<style>
a { background-color: #8CB3CE; }
a { background-color: rgb(140,179,206); }
div.DivClassName
{
background-color: #8CB3CE;
}
.BgClassName
{
background-color: #8CB3CE;
}
</style>
border-color css
<style>
span { border-color: #8CB3CE; }
span { border-color: rgb(140,179,206); }
td.TdClassName
{
border-color: #8CB3CE;
}
.TagClassName
{
border-color: #8CB3CE;
}
</style>