Shades of Polo Blue #8CADDD
Tints of Polo Blue #8CADDD
RGB
CMYK
RGB Variations
Color information
#8CADDD (or 0x8CADDD) is known color: Polo Blue. HEX triplet: 8C, AD and DD. RGB value is (140,173,221). Sum of RGB (Red+Green+Blue) = 140+173+221=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDD is #735222. Grayscale: #A8A8A8. Windows color (decimal): -7557667 or 14527884. OLE color: 14527884.
HSL color Cylindrical-coordinate representation of color #8CADDD: hue angle of 215.56º 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 #8CADDD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 173 | 221 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.13 |
| HSL | 215.56º | 0.54% | 0.71% | - |
| HSV(B) | 215.56º | 0.37% | 0.87% | - |
| XYZ | 38.81 | 40.68 | 74.21 | - |
| YUV | 168.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 221 | 0.37 | 0.22 | 0 | 0.13 | 215.56 | 0.54 | 0.71 |
| Hex | 8C | AD | DD | 25 | 16 | 0 | D | D8 | 36 | 47 |
| Octal | 214 | 255 | 335 | 45 | 26 | 0 | 15 | 330 | 66 | 107 |
| Binary | 10001100 | 10101101 | 11011101 | 100101 | 10110 | 0 | 1101 | 11011000 | 110110 | 1000111 |
Color Harmonies of #8CADDD
Complementary color
Monochromatic Colors of #8CADDD
Black with #8CADDD
Text Example
Text Example
White with #8CADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADDD; }
p { color: rgb(140,173,221); }
H1.HeaderClassName
{
color: #8CADDD;
}
.AnyTagClassName
{
color: #8CADDD;
}
</style>
background-color css
<style>
a { background-color: #8CADDD; }
a { background-color: rgb(140,173,221); }
div.DivClassName
{
background-color: #8CADDD;
}
.BgClassName
{
background-color: #8CADDD;
}
</style>
border-color css
<style>
span { border-color: #8CADDD; }
span { border-color: rgb(140,173,221); }
td.TdClassName
{
border-color: #8CADDD;
}
.TagClassName
{
border-color: #8CADDD;
}
</style>