Shades of Polo Blue #8FADDC
Tints of Polo Blue #8FADDC
RGB
CMYK
RGB Variations
Color information
#8FADDC (or 0x8FADDC) is known color: Polo Blue. HEX triplet: 8F, AD and DC. RGB value is (143,173,220). Sum of RGB (Red+Green+Blue) = 143+173+220=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDC is #705223. Grayscale: #A9A9A9. Windows color (decimal): -7361060 or 14462351. OLE color: 14462351.
HSL color Cylindrical-coordinate representation of color #8FADDC: hue angle of 216.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FADDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 173 | 220 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 216.62º | 0.52% | 0.71% | - |
| HSV(B) | 216.62º | 0.35% | 0.86% | - |
| XYZ | 39.19 | 40.89 | 73.54 | - |
| YUV | 169.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 220 | 0.35 | 0.21 | 0 | 0.14 | 216.62 | 0.52 | 0.71 |
| Hex | 8F | AD | DC | 23 | 15 | 0 | E | D9 | 34 | 47 |
| Octal | 217 | 255 | 334 | 43 | 25 | 0 | 16 | 331 | 64 | 107 |
| Binary | 10001111 | 10101101 | 11011100 | 100011 | 10101 | 0 | 1110 | 11011001 | 110100 | 1000111 |
Color Harmonies of #8FADDC
Complementary color
Monochromatic Colors of #8FADDC
Black with #8FADDC
Text Example
Text Example
White with #8FADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADDC; }
p { color: rgb(143,173,220); }
H1.HeaderClassName
{
color: #8FADDC;
}
.AnyTagClassName
{
color: #8FADDC;
}
</style>
background-color css
<style>
a { background-color: #8FADDC; }
a { background-color: rgb(143,173,220); }
div.DivClassName
{
background-color: #8FADDC;
}
.BgClassName
{
background-color: #8FADDC;
}
</style>
border-color css
<style>
span { border-color: #8FADDC; }
span { border-color: rgb(143,173,220); }
td.TdClassName
{
border-color: #8FADDC;
}
.TagClassName
{
border-color: #8FADDC;
}
</style>