Shades of Polo Blue #8BAECC
Tints of Polo Blue #8BAECC
RGB
CMYK
RGB Variations
Color information
#8BAECC (or 0x8BAECC) is known color: Polo Blue. HEX triplet: 8B, AE and CC. RGB value is (139,174,204). Sum of RGB (Red+Green+Blue) = 139+174+204=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8BAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAECC is #745133. Grayscale: #A6A6A6. Windows color (decimal): -7622964 or 13414027. OLE color: 13414027.
HSL color Cylindrical-coordinate representation of color #8BAECC: hue angle of 207.69º degrees, saturation: 0.39, 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 #8BAECC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 174 | 204 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.2 |
| HSL | 207.69º | 0.39% | 0.67% | - |
| HSV(B) | 207.69º | 0.32% | 0.8% | - |
| XYZ | 36.68 | 40.12 | 62.94 | - |
| YUV | 166.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 204 | 0.32 | 0.15 | 0 | 0.2 | 207.69 | 0.39 | 0.67 |
| Hex | 8B | AE | CC | 20 | F | 0 | 14 | D0 | 27 | 43 |
| Octal | 213 | 256 | 314 | 40 | 17 | 0 | 24 | 320 | 47 | 103 |
| Binary | 10001011 | 10101110 | 11001100 | 100000 | 1111 | 0 | 10100 | 11010000 | 100111 | 1000011 |
Color Harmonies of #8BAECC
Complementary color
Monochromatic Colors of #8BAECC
Black with #8BAECC
Text Example
Text Example
White with #8BAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAECC; }
p { color: rgb(139,174,204); }
H1.HeaderClassName
{
color: #8BAECC;
}
.AnyTagClassName
{
color: #8BAECC;
}
</style>
background-color css
<style>
a { background-color: #8BAECC; }
a { background-color: rgb(139,174,204); }
div.DivClassName
{
background-color: #8BAECC;
}
.BgClassName
{
background-color: #8BAECC;
}
</style>
border-color css
<style>
span { border-color: #8BAECC; }
span { border-color: rgb(139,174,204); }
td.TdClassName
{
border-color: #8BAECC;
}
.TagClassName
{
border-color: #8BAECC;
}
</style>