Shades of Polo Blue #8CAADB
Tints of Polo Blue #8CAADB
RGB
CMYK
RGB Variations
Color information
#8CAADB (or 0x8CAADB) is known color: Polo Blue. HEX triplet: 8C, AA and DB. RGB value is (140,170,219). Sum of RGB (Red+Green+Blue) = 140+170+219=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAADB is #735524. Grayscale: #A6A6A6. Windows color (decimal): -7558437 or 14396044. OLE color: 14396044.
HSL color Cylindrical-coordinate representation of color #8CAADB: hue angle of 217.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAADB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 170 | 219 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.14 |
| HSL | 217.22º | 0.52% | 0.7% | - |
| HSV(B) | 217.22º | 0.36% | 0.86% | - |
| XYZ | 37.98 | 39.44 | 72.63 | - |
| YUV | 166.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 219 | 0.36 | 0.22 | 0 | 0.14 | 217.22 | 0.52 | 0.7 |
| Hex | 8C | AA | DB | 24 | 16 | 0 | E | D9 | 34 | 46 |
| Octal | 214 | 252 | 333 | 44 | 26 | 0 | 16 | 331 | 64 | 106 |
| Binary | 10001100 | 10101010 | 11011011 | 100100 | 10110 | 0 | 1110 | 11011001 | 110100 | 1000110 |
Color Harmonies of #8CAADB
Complementary color
Monochromatic Colors of #8CAADB
Black with #8CAADB
Text Example
Text Example
White with #8CAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAADB; }
p { color: rgb(140,170,219); }
H1.HeaderClassName
{
color: #8CAADB;
}
.AnyTagClassName
{
color: #8CAADB;
}
</style>
background-color css
<style>
a { background-color: #8CAADB; }
a { background-color: rgb(140,170,219); }
div.DivClassName
{
background-color: #8CAADB;
}
.BgClassName
{
background-color: #8CAADB;
}
</style>
border-color css
<style>
span { border-color: #8CAADB; }
span { border-color: rgb(140,170,219); }
td.TdClassName
{
border-color: #8CAADB;
}
.TagClassName
{
border-color: #8CAADB;
}
</style>