Shades of Polo Blue #8BADDB
Tints of Polo Blue #8BADDB
RGB
CMYK
RGB Variations
Color information
#8BADDB (or 0x8BADDB) is known color: Polo Blue. HEX triplet: 8B, AD and DB. RGB value is (139,173,219). Sum of RGB (Red+Green+Blue) = 139+173+219=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADDB is #745224. Grayscale: #A7A7A7. Windows color (decimal): -7623205 or 14396811. OLE color: 14396811.
HSL color Cylindrical-coordinate representation of color #8BADDB: hue angle of 214.5º 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 #8BADDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 173 | 219 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 214.5º | 0.53% | 0.7% | - |
| HSV(B) | 214.5º | 0.37% | 0.86% | - |
| XYZ | 38.38 | 40.49 | 72.81 | - |
| YUV | 168.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 219 | 0.37 | 0.21 | 0 | 0.14 | 214.5 | 0.53 | 0.7 |
| Hex | 8B | AD | DB | 25 | 15 | 0 | E | D6 | 35 | 46 |
| Octal | 213 | 255 | 333 | 45 | 25 | 0 | 16 | 326 | 65 | 106 |
| Binary | 10001011 | 10101101 | 11011011 | 100101 | 10101 | 0 | 1110 | 11010110 | 110101 | 1000110 |
Color Harmonies of #8BADDB
Complementary color
Monochromatic Colors of #8BADDB
Black with #8BADDB
Text Example
Text Example
White with #8BADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADDB; }
p { color: rgb(139,173,219); }
H1.HeaderClassName
{
color: #8BADDB;
}
.AnyTagClassName
{
color: #8BADDB;
}
</style>
background-color css
<style>
a { background-color: #8BADDB; }
a { background-color: rgb(139,173,219); }
div.DivClassName
{
background-color: #8BADDB;
}
.BgClassName
{
background-color: #8BADDB;
}
</style>
border-color css
<style>
span { border-color: #8BADDB; }
span { border-color: rgb(139,173,219); }
td.TdClassName
{
border-color: #8BADDB;
}
.TagClassName
{
border-color: #8BADDB;
}
</style>