Shades of Polo Blue #8CADD5
Tints of Polo Blue #8CADD5
RGB
CMYK
RGB Variations
Color information
#8CADD5 (or 0x8CADD5) is known color: Polo Blue. HEX triplet: 8C, AD and D5. RGB value is (140,173,213). Sum of RGB (Red+Green+Blue) = 140+173+213=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #8CADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD5 is #73522A. Grayscale: #A7A7A7. Windows color (decimal): -7557675 or 14003596. OLE color: 14003596.
HSL color Cylindrical-coordinate representation of color #8CADD5: hue angle of 212.88º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CADD5 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 173 | 213 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.16 |
| HSL | 212.88º | 0.46% | 0.69% | - |
| HSV(B) | 212.88º | 0.34% | 0.84% | - |
| XYZ | 37.77 | 40.27 | 68.73 | - |
| YUV | 167.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 213 | 0.34 | 0.19 | 0 | 0.16 | 212.88 | 0.46 | 0.69 |
| Hex | 8C | AD | D5 | 22 | 13 | 0 | 10 | D5 | 2E | 45 |
| Octal | 214 | 255 | 325 | 42 | 23 | 0 | 20 | 325 | 56 | 105 |
| Binary | 10001100 | 10101101 | 11010101 | 100010 | 10011 | 0 | 10000 | 11010101 | 101110 | 1000101 |
Color Harmonies of #8CADD5
Complementary color
Monochromatic Colors of #8CADD5
Black with #8CADD5
Text Example
Text Example
White with #8CADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADD5; }
p { color: rgb(140,173,213); }
H1.HeaderClassName
{
color: #8CADD5;
}
.AnyTagClassName
{
color: #8CADD5;
}
</style>
background-color css
<style>
a { background-color: #8CADD5; }
a { background-color: rgb(140,173,213); }
div.DivClassName
{
background-color: #8CADD5;
}
.BgClassName
{
background-color: #8CADD5;
}
</style>
border-color css
<style>
span { border-color: #8CADD5; }
span { border-color: rgb(140,173,213); }
td.TdClassName
{
border-color: #8CADD5;
}
.TagClassName
{
border-color: #8CADD5;
}
</style>