Shades of Polo Blue #8CAADD
Tints of Polo Blue #8CAADD
RGB
CMYK
RGB Variations
Color information
#8CAADD (or 0x8CAADD) is known color: Polo Blue. HEX triplet: 8C, AA and DD. RGB value is (140,170,221). Sum of RGB (Red+Green+Blue) = 140+170+221=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAADD is #735522. Grayscale: #A6A6A6. Windows color (decimal): -7558435 or 14527116. OLE color: 14527116.
HSL color Cylindrical-coordinate representation of color #8CAADD: hue angle of 217.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAADD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 170 | 221 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.13 |
| HSL | 217.78º | 0.54% | 0.71% | - |
| HSV(B) | 217.78º | 0.37% | 0.87% | - |
| XYZ | 38.24 | 39.55 | 74.02 | - |
| YUV | 166.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 221 | 0.37 | 0.23 | 0 | 0.13 | 217.78 | 0.54 | 0.71 |
| Hex | 8C | AA | DD | 25 | 17 | 0 | D | DA | 36 | 47 |
| Octal | 214 | 252 | 335 | 45 | 27 | 0 | 15 | 332 | 66 | 107 |
| Binary | 10001100 | 10101010 | 11011101 | 100101 | 10111 | 0 | 1101 | 11011010 | 110110 | 1000111 |
Color Harmonies of #8CAADD
Complementary color
Monochromatic Colors of #8CAADD
Black with #8CAADD
Text Example
Text Example
White with #8CAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAADD; }
p { color: rgb(140,170,221); }
H1.HeaderClassName
{
color: #8CAADD;
}
.AnyTagClassName
{
color: #8CAADD;
}
</style>
background-color css
<style>
a { background-color: #8CAADD; }
a { background-color: rgb(140,170,221); }
div.DivClassName
{
background-color: #8CAADD;
}
.BgClassName
{
background-color: #8CAADD;
}
</style>
border-color css
<style>
span { border-color: #8CAADD; }
span { border-color: rgb(140,170,221); }
td.TdClassName
{
border-color: #8CAADD;
}
.TagClassName
{
border-color: #8CAADD;
}
</style>