Shades of Polo Blue #8CAECE
Tints of Polo Blue #8CAECE
RGB
CMYK
RGB Variations
Color information
#8CAECE (or 0x8CAECE) is known color: Polo Blue. HEX triplet: 8C, AE and CE. RGB value is (140,174,206). Sum of RGB (Red+Green+Blue) = 140+174+206=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAECE is #735131. Grayscale: #A7A7A7. Windows color (decimal): -7557426 or 13545100. OLE color: 13545100.
HSL color Cylindrical-coordinate representation of color #8CAECE: hue angle of 209.09º 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 #8CAECE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 174 | 206 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.19 |
| HSL | 209.09º | 0.4% | 0.68% | - |
| HSV(B) | 209.09º | 0.32% | 0.81% | - |
| XYZ | 37.09 | 40.3 | 64.22 | - |
| YUV | 167.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 206 | 0.32 | 0.16 | 0 | 0.19 | 209.09 | 0.4 | 0.68 |
| Hex | 8C | AE | CE | 20 | 10 | 0 | 13 | D1 | 28 | 44 |
| Octal | 214 | 256 | 316 | 40 | 20 | 0 | 23 | 321 | 50 | 104 |
| Binary | 10001100 | 10101110 | 11001110 | 100000 | 10000 | 0 | 10011 | 11010001 | 101000 | 1000100 |
Color Harmonies of #8CAECE
Complementary color
Monochromatic Colors of #8CAECE
Black with #8CAECE
Text Example
Text Example
White with #8CAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAECE; }
p { color: rgb(140,174,206); }
H1.HeaderClassName
{
color: #8CAECE;
}
.AnyTagClassName
{
color: #8CAECE;
}
</style>
background-color css
<style>
a { background-color: #8CAECE; }
a { background-color: rgb(140,174,206); }
div.DivClassName
{
background-color: #8CAECE;
}
.BgClassName
{
background-color: #8CAECE;
}
</style>
border-color css
<style>
span { border-color: #8CAECE; }
span { border-color: rgb(140,174,206); }
td.TdClassName
{
border-color: #8CAECE;
}
.TagClassName
{
border-color: #8CAECE;
}
</style>