Shades of Polo Blue #8FAEDB
Tints of Polo Blue #8FAEDB
RGB
CMYK
RGB Variations
Color information
#8FAEDB (or 0x8FAEDB) is known color: Polo Blue. HEX triplet: 8F, AE and DB. RGB value is (143,174,219). Sum of RGB (Red+Green+Blue) = 143+174+219=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDB is #705124. Grayscale: #A9A9A9. Windows color (decimal): -7360805 or 14397071. OLE color: 14397071.
HSL color Cylindrical-coordinate representation of color #8FAEDB: hue angle of 215.53º 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 #8FAEDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 174 | 219 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 215.53º | 0.51% | 0.71% | - |
| HSV(B) | 215.53º | 0.35% | 0.86% | - |
| XYZ | 39.25 | 41.23 | 72.91 | - |
| YUV | 169.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 219 | 0.35 | 0.21 | 0 | 0.14 | 215.53 | 0.51 | 0.71 |
| Hex | 8F | AE | DB | 23 | 15 | 0 | E | D8 | 33 | 47 |
| Octal | 217 | 256 | 333 | 43 | 25 | 0 | 16 | 330 | 63 | 107 |
| Binary | 10001111 | 10101110 | 11011011 | 100011 | 10101 | 0 | 1110 | 11011000 | 110011 | 1000111 |
Color Harmonies of #8FAEDB
Complementary color
Monochromatic Colors of #8FAEDB
Black with #8FAEDB
Text Example
Text Example
White with #8FAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEDB; }
p { color: rgb(143,174,219); }
H1.HeaderClassName
{
color: #8FAEDB;
}
.AnyTagClassName
{
color: #8FAEDB;
}
</style>
background-color css
<style>
a { background-color: #8FAEDB; }
a { background-color: rgb(143,174,219); }
div.DivClassName
{
background-color: #8FAEDB;
}
.BgClassName
{
background-color: #8FAEDB;
}
</style>
border-color css
<style>
span { border-color: #8FAEDB; }
span { border-color: rgb(143,174,219); }
td.TdClassName
{
border-color: #8FAEDB;
}
.TagClassName
{
border-color: #8FAEDB;
}
</style>