Shades of Polo Blue #8BAECB
Tints of Polo Blue #8BAECB
RGB
CMYK
RGB Variations
Color information
#8BAECB (or 0x8BAECB) is known color: Polo Blue. HEX triplet: 8B, AE and CB. RGB value is (139,174,203). Sum of RGB (Red+Green+Blue) = 139+174+203=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECB is #745134. Grayscale: #A6A6A6. Windows color (decimal): -7622965 or 13348491. OLE color: 13348491.
HSL color Cylindrical-coordinate representation of color #8BAECB: hue angle of 207.19º degrees, saturation: 0.38, 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 #8BAECB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 174 | 203 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.20 |
| HSL | 207.19º | 0.38% | 0.67% | - |
| HSV(B) | 207.19º | 0.32% | 0.8% | - |
| XYZ | 36.56 | 40.07 | 62.31 | - |
| YUV | 166.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 203 | 0.32 | 0.14 | 0 | 0.20 | 207.19 | 0.38 | 0.67 |
| Hex | 8B | AE | CB | 20 | E | 0 | 14 | CF | 26 | 43 |
| Octal | 213 | 256 | 313 | 40 | 16 | 0 | 24 | 317 | 46 | 103 |
| Binary | 10001011 | 10101110 | 11001011 | 100000 | 1110 | 0 | 10100 | 11001111 | 100110 | 1000011 |
Color Harmonies of #8BAECB
Complementary color
Monochromatic Colors of #8BAECB
Black with #8BAECB
Text Example
Text Example
White with #8BAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAECB; }
p { color: rgb(139,174,203); }
H1.HeaderClassName
{
color: #8BAECB;
}
.AnyTagClassName
{
color: #8BAECB;
}
</style>
background-color css
<style>
a { background-color: #8BAECB; }
a { background-color: rgb(139,174,203); }
div.DivClassName
{
background-color: #8BAECB;
}
.BgClassName
{
background-color: #8BAECB;
}
</style>
border-color css
<style>
span { border-color: #8BAECB; }
span { border-color: rgb(139,174,203); }
td.TdClassName
{
border-color: #8BAECB;
}
.TagClassName
{
border-color: #8BAECB;
}
</style>