Shades of Polo Blue #8DAECF
Tints of Polo Blue #8DAECF
RGB
CMYK
RGB Variations
Color information
#8DAECF (or 0x8DAECF) is known color: Polo Blue. HEX triplet: 8D, AE and CF. RGB value is (141,174,207). Sum of RGB (Red+Green+Blue) = 141+174+207=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECF is #725130. Grayscale: #A7A7A7. Windows color (decimal): -7491889 or 13610637. OLE color: 13610637.
HSL color Cylindrical-coordinate representation of color #8DAECF: hue angle of 210º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DAECF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 174 | 207 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.19 |
| HSL | 210º | 0.41% | 0.68% | - |
| HSV(B) | 210º | 0.32% | 0.81% | - |
| XYZ | 37.38 | 40.44 | 64.87 | - |
| YUV | 167.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 207 | 0.32 | 0.16 | 0 | 0.19 | 210 | 0.41 | 0.68 |
| Hex | 8D | AE | CF | 20 | 10 | 0 | 13 | D2 | 29 | 44 |
| Octal | 215 | 256 | 317 | 40 | 20 | 0 | 23 | 322 | 51 | 104 |
| Binary | 10001101 | 10101110 | 11001111 | 100000 | 10000 | 0 | 10011 | 11010010 | 101001 | 1000100 |
Color Harmonies of #8DAECF
Complementary color
Monochromatic Colors of #8DAECF
Black with #8DAECF
Text Example
Text Example
White with #8DAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAECF; }
p { color: rgb(141,174,207); }
H1.HeaderClassName
{
color: #8DAECF;
}
.AnyTagClassName
{
color: #8DAECF;
}
</style>
background-color css
<style>
a { background-color: #8DAECF; }
a { background-color: rgb(141,174,207); }
div.DivClassName
{
background-color: #8DAECF;
}
.BgClassName
{
background-color: #8DAECF;
}
</style>
border-color css
<style>
span { border-color: #8DAECF; }
span { border-color: rgb(141,174,207); }
td.TdClassName
{
border-color: #8DAECF;
}
.TagClassName
{
border-color: #8DAECF;
}
</style>