Shades of Polo Blue #8FACDB
Tints of Polo Blue #8FACDB
RGB
CMYK
RGB Variations
Color information
#8FACDB (or 0x8FACDB) is known color: Polo Blue. HEX triplet: 8F, AC and DB. RGB value is (143,172,219). Sum of RGB (Red+Green+Blue) = 143+172+219=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACDB is #705324. Grayscale: #A8A8A8. Windows color (decimal): -7361317 or 14396559. OLE color: 14396559.
HSL color Cylindrical-coordinate representation of color #8FACDB: hue angle of 217.11º degrees, saturation: 0.51, 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 #8FACDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 172 | 219 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 217.11º | 0.51% | 0.71% | - |
| HSV(B) | 217.11º | 0.35% | 0.86% | - |
| XYZ | 38.87 | 40.46 | 72.78 | - |
| YUV | 168.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 219 | 0.35 | 0.21 | 0 | 0.14 | 217.11 | 0.51 | 0.71 |
| Hex | 8F | AC | DB | 23 | 15 | 0 | E | D9 | 33 | 47 |
| Octal | 217 | 254 | 333 | 43 | 25 | 0 | 16 | 331 | 63 | 107 |
| Binary | 10001111 | 10101100 | 11011011 | 100011 | 10101 | 0 | 1110 | 11011001 | 110011 | 1000111 |
Color Harmonies of #8FACDB
Complementary color
Monochromatic Colors of #8FACDB
Black with #8FACDB
Text Example
Text Example
White with #8FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACDB; }
p { color: rgb(143,172,219); }
H1.HeaderClassName
{
color: #8FACDB;
}
.AnyTagClassName
{
color: #8FACDB;
}
</style>
background-color css
<style>
a { background-color: #8FACDB; }
a { background-color: rgb(143,172,219); }
div.DivClassName
{
background-color: #8FACDB;
}
.BgClassName
{
background-color: #8FACDB;
}
</style>
border-color css
<style>
span { border-color: #8FACDB; }
span { border-color: rgb(143,172,219); }
td.TdClassName
{
border-color: #8FACDB;
}
.TagClassName
{
border-color: #8FACDB;
}
</style>