Shades of Polo Blue #8FADDB
Tints of Polo Blue #8FADDB
RGB
CMYK
RGB Variations
Color information
#8FADDB (or 0x8FADDB) is known color: Polo Blue. HEX triplet: 8F, AD and DB. RGB value is (143,173,219). Sum of RGB (Red+Green+Blue) = 143+173+219=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDB is #705224. Grayscale: #A9A9A9. Windows color (decimal): -7361061 or 14396815. OLE color: 14396815.
HSL color Cylindrical-coordinate representation of color #8FADDB: hue angle of 216.32º 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 #8FADDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 173 | 219 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 216.32º | 0.51% | 0.71% | - |
| HSV(B) | 216.32º | 0.35% | 0.86% | - |
| XYZ | 39.06 | 40.84 | 72.84 | - |
| YUV | 169.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 219 | 0.35 | 0.21 | 0 | 0.14 | 216.32 | 0.51 | 0.71 |
| Hex | 8F | AD | DB | 23 | 15 | 0 | E | D8 | 33 | 47 |
| Octal | 217 | 255 | 333 | 43 | 25 | 0 | 16 | 330 | 63 | 107 |
| Binary | 10001111 | 10101101 | 11011011 | 100011 | 10101 | 0 | 1110 | 11011000 | 110011 | 1000111 |
Color Harmonies of #8FADDB
Complementary color
Monochromatic Colors of #8FADDB
Black with #8FADDB
Text Example
Text Example
White with #8FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADDB; }
p { color: rgb(143,173,219); }
H1.HeaderClassName
{
color: #8FADDB;
}
.AnyTagClassName
{
color: #8FADDB;
}
</style>
background-color css
<style>
a { background-color: #8FADDB; }
a { background-color: rgb(143,173,219); }
div.DivClassName
{
background-color: #8FADDB;
}
.BgClassName
{
background-color: #8FADDB;
}
</style>
border-color css
<style>
span { border-color: #8FADDB; }
span { border-color: rgb(143,173,219); }
td.TdClassName
{
border-color: #8FADDB;
}
.TagClassName
{
border-color: #8FADDB;
}
</style>