Shades of Polo Blue #8CADCE
Tints of Polo Blue #8CADCE
RGB
CMYK
RGB Variations
Color information
#8CADCE (or 0x8CADCE) is known color: Polo Blue. HEX triplet: 8C, AD and CE. RGB value is (140,173,206). Sum of RGB (Red+Green+Blue) = 140+173+206=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADCE is #735231. Grayscale: #A6A6A6. Windows color (decimal): -7557682 or 13544844. OLE color: 13544844.
HSL color Cylindrical-coordinate representation of color #8CADCE: hue angle of 210º degrees, saturation: 0.4, 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 #8CADCE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 173 | 206 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.19 |
| HSL | 210º | 0.4% | 0.68% | - |
| HSV(B) | 210º | 0.32% | 0.81% | - |
| XYZ | 36.9 | 39.92 | 64.15 | - |
| YUV | 166.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 206 | 0.32 | 0.16 | 0 | 0.19 | 210 | 0.4 | 0.68 |
| Hex | 8C | AD | CE | 20 | 10 | 0 | 13 | D2 | 28 | 44 |
| Octal | 214 | 255 | 316 | 40 | 20 | 0 | 23 | 322 | 50 | 104 |
| Binary | 10001100 | 10101101 | 11001110 | 100000 | 10000 | 0 | 10011 | 11010010 | 101000 | 1000100 |
Color Harmonies of #8CADCE
Complementary color
Monochromatic Colors of #8CADCE
Black with #8CADCE
Text Example
Text Example
White with #8CADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADCE; }
p { color: rgb(140,173,206); }
H1.HeaderClassName
{
color: #8CADCE;
}
.AnyTagClassName
{
color: #8CADCE;
}
</style>
background-color css
<style>
a { background-color: #8CADCE; }
a { background-color: rgb(140,173,206); }
div.DivClassName
{
background-color: #8CADCE;
}
.BgClassName
{
background-color: #8CADCE;
}
</style>
border-color css
<style>
span { border-color: #8CADCE; }
span { border-color: rgb(140,173,206); }
td.TdClassName
{
border-color: #8CADCE;
}
.TagClassName
{
border-color: #8CADCE;
}
</style>