Shades of Polo Blue #8DAECB
Tints of Polo Blue #8DAECB
RGB
CMYK
RGB Variations
Color information
#8DAECB (or 0x8DAECB) is known color: Polo Blue. HEX triplet: 8D, AE and CB. RGB value is (141,174,203). Sum of RGB (Red+Green+Blue) = 141+174+203=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAECB is #725134. Grayscale: #A7A7A7. Windows color (decimal): -7491893 or 13348493. OLE color: 13348493.
HSL color Cylindrical-coordinate representation of color #8DAECB: hue angle of 208.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAECB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 174 | 203 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.20 |
| HSL | 208.06º | 0.37% | 0.67% | - |
| HSV(B) | 208.06º | 0.31% | 0.8% | - |
| XYZ | 36.9 | 40.25 | 62.32 | - |
| YUV | 167.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 203 | 0.31 | 0.14 | 0 | 0.20 | 208.06 | 0.37 | 0.67 |
| Hex | 8D | AE | CB | 1F | E | 0 | 14 | D0 | 25 | 43 |
| Octal | 215 | 256 | 313 | 37 | 16 | 0 | 24 | 320 | 45 | 103 |
| Binary | 10001101 | 10101110 | 11001011 | 11111 | 1110 | 0 | 10100 | 11010000 | 100101 | 1000011 |
Color Harmonies of #8DAECB
Complementary color
Monochromatic Colors of #8DAECB
Black with #8DAECB
Text Example
Text Example
White with #8DAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAECB; }
p { color: rgb(141,174,203); }
H1.HeaderClassName
{
color: #8DAECB;
}
.AnyTagClassName
{
color: #8DAECB;
}
</style>
background-color css
<style>
a { background-color: #8DAECB; }
a { background-color: rgb(141,174,203); }
div.DivClassName
{
background-color: #8DAECB;
}
.BgClassName
{
background-color: #8DAECB;
}
</style>
border-color css
<style>
span { border-color: #8DAECB; }
span { border-color: rgb(141,174,203); }
td.TdClassName
{
border-color: #8DAECB;
}
.TagClassName
{
border-color: #8DAECB;
}
</style>