Shades of Polo Blue #8CAECF
Tints of Polo Blue #8CAECF
RGB
CMYK
RGB Variations
Color information
#8CAECF (or 0x8CAECF) is known color: Polo Blue. HEX triplet: 8C, AE and CF. RGB value is (140,174,207). Sum of RGB (Red+Green+Blue) = 140+174+207=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAECF is #735130. Grayscale: #A7A7A7. Windows color (decimal): -7557425 or 13610636. OLE color: 13610636.
HSL color Cylindrical-coordinate representation of color #8CAECF: hue angle of 209.55º degrees, saturation: 0.41, 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 #8CAECF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 174 | 207 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.19 |
| HSL | 209.55º | 0.41% | 0.68% | - |
| HSV(B) | 209.55º | 0.32% | 0.81% | - |
| XYZ | 37.21 | 40.35 | 64.86 | - |
| YUV | 167.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 207 | 0.32 | 0.16 | 0 | 0.19 | 209.55 | 0.41 | 0.68 |
| Hex | 8C | AE | CF | 20 | 10 | 0 | 13 | D2 | 29 | 44 |
| Octal | 214 | 256 | 317 | 40 | 20 | 0 | 23 | 322 | 51 | 104 |
| Binary | 10001100 | 10101110 | 11001111 | 100000 | 10000 | 0 | 10011 | 11010010 | 101001 | 1000100 |
Color Harmonies of #8CAECF
Complementary color
Monochromatic Colors of #8CAECF
Black with #8CAECF
Text Example
Text Example
White with #8CAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAECF; }
p { color: rgb(140,174,207); }
H1.HeaderClassName
{
color: #8CAECF;
}
.AnyTagClassName
{
color: #8CAECF;
}
</style>
background-color css
<style>
a { background-color: #8CAECF; }
a { background-color: rgb(140,174,207); }
div.DivClassName
{
background-color: #8CAECF;
}
.BgClassName
{
background-color: #8CAECF;
}
</style>
border-color css
<style>
span { border-color: #8CAECF; }
span { border-color: rgb(140,174,207); }
td.TdClassName
{
border-color: #8CAECF;
}
.TagClassName
{
border-color: #8CAECF;
}
</style>