Shades of Polo Blue #8FAEDC
Tints of Polo Blue #8FAEDC
RGB
CMYK
RGB Variations
Color information
#8FAEDC (or 0x8FAEDC) is known color: Polo Blue. HEX triplet: 8F, AE and DC. RGB value is (143,174,220). Sum of RGB (Red+Green+Blue) = 143+174+220=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDC is #705123. Grayscale: #A9A9A9. Windows color (decimal): -7360804 or 14462607. OLE color: 14462607.
HSL color Cylindrical-coordinate representation of color #8FAEDC: hue angle of 215.84º 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 #8FAEDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 174 | 220 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.14 |
| HSL | 215.84º | 0.52% | 0.71% | - |
| HSV(B) | 215.84º | 0.35% | 0.86% | - |
| XYZ | 39.38 | 41.28 | 73.6 | - |
| YUV | 169.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 220 | 0.35 | 0.21 | 0 | 0.14 | 215.84 | 0.52 | 0.71 |
| Hex | 8F | AE | DC | 23 | 15 | 0 | E | D8 | 34 | 47 |
| Octal | 217 | 256 | 334 | 43 | 25 | 0 | 16 | 330 | 64 | 107 |
| Binary | 10001111 | 10101110 | 11011100 | 100011 | 10101 | 0 | 1110 | 11011000 | 110100 | 1000111 |
Color Harmonies of #8FAEDC
Complementary color
Monochromatic Colors of #8FAEDC
Black with #8FAEDC
Text Example
Text Example
White with #8FAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEDC; }
p { color: rgb(143,174,220); }
H1.HeaderClassName
{
color: #8FAEDC;
}
.AnyTagClassName
{
color: #8FAEDC;
}
</style>
background-color css
<style>
a { background-color: #8FAEDC; }
a { background-color: rgb(143,174,220); }
div.DivClassName
{
background-color: #8FAEDC;
}
.BgClassName
{
background-color: #8FAEDC;
}
</style>
border-color css
<style>
span { border-color: #8FAEDC; }
span { border-color: rgb(143,174,220); }
td.TdClassName
{
border-color: #8FAEDC;
}
.TagClassName
{
border-color: #8FAEDC;
}
</style>