Shades of Polo Blue #8CAEDC
Tints of Polo Blue #8CAEDC
RGB
CMYK
RGB Variations
Color information
#8CAEDC (or 0x8CAEDC) is known color: Polo Blue. HEX triplet: 8C, AE and DC. RGB value is (140,174,220). Sum of RGB (Red+Green+Blue) = 140+174+220=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEDC is #735123. Grayscale: #A8A8A8. Windows color (decimal): -7557412 or 14462604. OLE color: 14462604.
HSL color Cylindrical-coordinate representation of color #8CAEDC: hue angle of 214.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAEDC is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 174 | 220 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.14 |
| HSL | 214.5º | 0.53% | 0.71% | - |
| HSV(B) | 214.5º | 0.36% | 0.86% | - |
| XYZ | 38.87 | 41.01 | 73.58 | - |
| YUV | 169.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 220 | 0.36 | 0.21 | 0 | 0.14 | 214.5 | 0.53 | 0.71 |
| Hex | 8C | AE | DC | 24 | 15 | 0 | E | D6 | 35 | 47 |
| Octal | 214 | 256 | 334 | 44 | 25 | 0 | 16 | 326 | 65 | 107 |
| Binary | 10001100 | 10101110 | 11011100 | 100100 | 10101 | 0 | 1110 | 11010110 | 110101 | 1000111 |
Color Harmonies of #8CAEDC
Complementary color
Monochromatic Colors of #8CAEDC
Black with #8CAEDC
Text Example
Text Example
White with #8CAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEDC; }
p { color: rgb(140,174,220); }
H1.HeaderClassName
{
color: #8CAEDC;
}
.AnyTagClassName
{
color: #8CAEDC;
}
</style>
background-color css
<style>
a { background-color: #8CAEDC; }
a { background-color: rgb(140,174,220); }
div.DivClassName
{
background-color: #8CAEDC;
}
.BgClassName
{
background-color: #8CAEDC;
}
</style>
border-color css
<style>
span { border-color: #8CAEDC; }
span { border-color: rgb(140,174,220); }
td.TdClassName
{
border-color: #8CAEDC;
}
.TagClassName
{
border-color: #8CAEDC;
}
</style>