Shades of Polo Blue #8BAEC8
Tints of Polo Blue #8BAEC8
RGB
CMYK
RGB Variations
Color information
#8BAEC8 (or 0x8BAEC8) is known color: Polo Blue. HEX triplet: 8B, AE and C8. RGB value is (139,174,200). Sum of RGB (Red+Green+Blue) = 139+174+200=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEC8 is #745137. Grayscale: #A6A6A6. Windows color (decimal): -7622968 or 13151883. OLE color: 13151883.
HSL color Cylindrical-coordinate representation of color #8BAEC8: hue angle of 205.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BAEC8 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 174 | 200 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.22 |
| HSL | 205.57º | 0.36% | 0.66% | - |
| HSV(B) | 205.57º | 0.31% | 0.78% | - |
| XYZ | 36.21 | 39.93 | 60.44 | - |
| YUV | 166.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 200 | 0.30 | 0.13 | 0 | 0.22 | 205.57 | 0.36 | 0.66 |
| Hex | 8B | AE | C8 | 1E | D | 0 | 16 | CE | 24 | 42 |
| Octal | 213 | 256 | 310 | 36 | 15 | 0 | 26 | 316 | 44 | 102 |
| Binary | 10001011 | 10101110 | 11001000 | 11110 | 1101 | 0 | 10110 | 11001110 | 100100 | 1000010 |
Color Harmonies of #8BAEC8
Complementary color
Monochromatic Colors of #8BAEC8
Black with #8BAEC8
Text Example
Text Example
White with #8BAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEC8; }
p { color: rgb(139,174,200); }
H1.HeaderClassName
{
color: #8BAEC8;
}
.AnyTagClassName
{
color: #8BAEC8;
}
</style>
background-color css
<style>
a { background-color: #8BAEC8; }
a { background-color: rgb(139,174,200); }
div.DivClassName
{
background-color: #8BAEC8;
}
.BgClassName
{
background-color: #8BAEC8;
}
</style>
border-color css
<style>
span { border-color: #8BAEC8; }
span { border-color: rgb(139,174,200); }
td.TdClassName
{
border-color: #8BAEC8;
}
.TagClassName
{
border-color: #8BAEC8;
}
</style>