Shades of Polo Blue #8CADDC
Tints of Polo Blue #8CADDC
RGB
CMYK
RGB Variations
Color information
#8CADDC (or 0x8CADDC) is known color: Polo Blue. HEX triplet: 8C, AD and DC. RGB value is (140,173,220). Sum of RGB (Red+Green+Blue) = 140+173+220=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDC is #735223. Grayscale: #A8A8A8. Windows color (decimal): -7557668 or 14462348. OLE color: 14462348.
HSL color Cylindrical-coordinate representation of color #8CADDC: hue angle of 215.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CADDC is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 173 | 220 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.14 |
| HSL | 215.25º | 0.53% | 0.71% | - |
| HSV(B) | 215.25º | 0.36% | 0.86% | - |
| XYZ | 38.68 | 40.63 | 73.51 | - |
| YUV | 168.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 220 | 0.36 | 0.21 | 0 | 0.14 | 215.25 | 0.53 | 0.71 |
| Hex | 8C | AD | DC | 24 | 15 | 0 | E | D7 | 35 | 47 |
| Octal | 214 | 255 | 334 | 44 | 25 | 0 | 16 | 327 | 65 | 107 |
| Binary | 10001100 | 10101101 | 11011100 | 100100 | 10101 | 0 | 1110 | 11010111 | 110101 | 1000111 |
Color Harmonies of #8CADDC
Complementary color
Monochromatic Colors of #8CADDC
Black with #8CADDC
Text Example
Text Example
White with #8CADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADDC; }
p { color: rgb(140,173,220); }
H1.HeaderClassName
{
color: #8CADDC;
}
.AnyTagClassName
{
color: #8CADDC;
}
</style>
background-color css
<style>
a { background-color: #8CADDC; }
a { background-color: rgb(140,173,220); }
div.DivClassName
{
background-color: #8CADDC;
}
.BgClassName
{
background-color: #8CADDC;
}
</style>
border-color css
<style>
span { border-color: #8CADDC; }
span { border-color: rgb(140,173,220); }
td.TdClassName
{
border-color: #8CADDC;
}
.TagClassName
{
border-color: #8CADDC;
}
</style>