Shades of Polo Blue #8BAEDB
Tints of Polo Blue #8BAEDB
RGB
CMYK
RGB Variations
Color information
#8BAEDB (or 0x8BAEDB) is known color: Polo Blue. HEX triplet: 8B, AE and DB. RGB value is (139,174,219). Sum of RGB (Red+Green+Blue) = 139+174+219=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDB is #745124. Grayscale: #A8A8A8. Windows color (decimal): -7622949 or 14397067. OLE color: 14397067.
HSL color Cylindrical-coordinate representation of color #8BAEDB: hue angle of 213.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAEDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 174 | 219 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 213.75º | 0.53% | 0.7% | - |
| HSV(B) | 213.75º | 0.37% | 0.86% | - |
| XYZ | 38.57 | 40.88 | 72.87 | - |
| YUV | 168.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 219 | 0.37 | 0.21 | 0 | 0.14 | 213.75 | 0.53 | 0.7 |
| Hex | 8B | AE | DB | 25 | 15 | 0 | E | D6 | 35 | 46 |
| Octal | 213 | 256 | 333 | 45 | 25 | 0 | 16 | 326 | 65 | 106 |
| Binary | 10001011 | 10101110 | 11011011 | 100101 | 10101 | 0 | 1110 | 11010110 | 110101 | 1000110 |
Color Harmonies of #8BAEDB
Complementary color
Monochromatic Colors of #8BAEDB
Black with #8BAEDB
Text Example
Text Example
White with #8BAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEDB; }
p { color: rgb(139,174,219); }
H1.HeaderClassName
{
color: #8BAEDB;
}
.AnyTagClassName
{
color: #8BAEDB;
}
</style>
background-color css
<style>
a { background-color: #8BAEDB; }
a { background-color: rgb(139,174,219); }
div.DivClassName
{
background-color: #8BAEDB;
}
.BgClassName
{
background-color: #8BAEDB;
}
</style>
border-color css
<style>
span { border-color: #8BAEDB; }
span { border-color: rgb(139,174,219); }
td.TdClassName
{
border-color: #8BAEDB;
}
.TagClassName
{
border-color: #8BAEDB;
}
</style>