Shades of Polo Blue #8FAED2
Tints of Polo Blue #8FAED2
RGB
CMYK
RGB Variations
Color information
#8FAED2 (or 0x8FAED2) is known color: Polo Blue. HEX triplet: 8F, AE and D2. RGB value is (143,174,210). Sum of RGB (Red+Green+Blue) = 143+174+210=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #8FAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAED2 is #70512D. Grayscale: #A8A8A8. Windows color (decimal): -7360814 or 13807247. OLE color: 13807247.
HSL color Cylindrical-coordinate representation of color #8FAED2: hue angle of 212.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAED2 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 174 | 210 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.18 |
| HSL | 212.24º | 0.43% | 0.69% | - |
| HSV(B) | 212.24º | 0.32% | 0.82% | - |
| XYZ | 38.1 | 40.76 | 66.83 | - |
| YUV | 168.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 210 | 0.32 | 0.17 | 0 | 0.18 | 212.24 | 0.43 | 0.69 |
| Hex | 8F | AE | D2 | 20 | 11 | 0 | 12 | D4 | 2B | 45 |
| Octal | 217 | 256 | 322 | 40 | 21 | 0 | 22 | 324 | 53 | 105 |
| Binary | 10001111 | 10101110 | 11010010 | 100000 | 10001 | 0 | 10010 | 11010100 | 101011 | 1000101 |
Color Harmonies of #8FAED2
Complementary color
Monochromatic Colors of #8FAED2
Black with #8FAED2
Text Example
Text Example
White with #8FAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAED2; }
p { color: rgb(143,174,210); }
H1.HeaderClassName
{
color: #8FAED2;
}
.AnyTagClassName
{
color: #8FAED2;
}
</style>
background-color css
<style>
a { background-color: #8FAED2; }
a { background-color: rgb(143,174,210); }
div.DivClassName
{
background-color: #8FAED2;
}
.BgClassName
{
background-color: #8FAED2;
}
</style>
border-color css
<style>
span { border-color: #8FAED2; }
span { border-color: rgb(143,174,210); }
td.TdClassName
{
border-color: #8FAED2;
}
.TagClassName
{
border-color: #8FAED2;
}
</style>