Shades of Polo Blue #8BAECD
Tints of Polo Blue #8BAECD
RGB
CMYK
RGB Variations
Color information
#8BAECD (or 0x8BAECD) is known color: Polo Blue. HEX triplet: 8B, AE and CD. RGB value is (139,174,205). Sum of RGB (Red+Green+Blue) = 139+174+205=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECD is #745132. Grayscale: #A6A6A6. Windows color (decimal): -7622963 or 13479563. OLE color: 13479563.
HSL color Cylindrical-coordinate representation of color #8BAECD: hue angle of 208.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BAECD is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 174 | 205 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.20 |
| HSL | 208.18º | 0.4% | 0.67% | - |
| HSV(B) | 208.18º | 0.32% | 0.8% | - |
| XYZ | 36.8 | 40.17 | 63.57 | - |
| YUV | 167.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 205 | 0.32 | 0.15 | 0 | 0.20 | 208.18 | 0.4 | 0.67 |
| Hex | 8B | AE | CD | 20 | F | 0 | 14 | D0 | 28 | 43 |
| Octal | 213 | 256 | 315 | 40 | 17 | 0 | 24 | 320 | 50 | 103 |
| Binary | 10001011 | 10101110 | 11001101 | 100000 | 1111 | 0 | 10100 | 11010000 | 101000 | 1000011 |
Color Harmonies of #8BAECD
Complementary color
Monochromatic Colors of #8BAECD
Black with #8BAECD
Text Example
Text Example
White with #8BAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAECD; }
p { color: rgb(139,174,205); }
H1.HeaderClassName
{
color: #8BAECD;
}
.AnyTagClassName
{
color: #8BAECD;
}
</style>
background-color css
<style>
a { background-color: #8BAECD; }
a { background-color: rgb(139,174,205); }
div.DivClassName
{
background-color: #8BAECD;
}
.BgClassName
{
background-color: #8BAECD;
}
</style>
border-color css
<style>
span { border-color: #8BAECD; }
span { border-color: rgb(139,174,205); }
td.TdClassName
{
border-color: #8BAECD;
}
.TagClassName
{
border-color: #8BAECD;
}
</style>