Shades of Polo Blue #8BABDD
Tints of Polo Blue #8BABDD
RGB
CMYK
RGB Variations
Color information
#8BABDD (or 0x8BABDD) is known color: Polo Blue. HEX triplet: 8B, AB and DD. RGB value is (139,171,221). Sum of RGB (Red+Green+Blue) = 139+171+221=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABDD is #745422. Grayscale: #A6A6A6. Windows color (decimal): -7623715 or 14527371. OLE color: 14527371.
HSL color Cylindrical-coordinate representation of color #8BABDD: hue angle of 216.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BABDD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 171 | 221 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.13 |
| HSL | 216.59º | 0.55% | 0.71% | - |
| HSV(B) | 216.59º | 0.37% | 0.87% | - |
| XYZ | 38.26 | 39.84 | 74.08 | - |
| YUV | 167.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 221 | 0.37 | 0.23 | 0 | 0.13 | 216.59 | 0.55 | 0.71 |
| Hex | 8B | AB | DD | 25 | 17 | 0 | D | D9 | 37 | 47 |
| Octal | 213 | 253 | 335 | 45 | 27 | 0 | 15 | 331 | 67 | 107 |
| Binary | 10001011 | 10101011 | 11011101 | 100101 | 10111 | 0 | 1101 | 11011001 | 110111 | 1000111 |
Color Harmonies of #8BABDD
Complementary color
Monochromatic Colors of #8BABDD
Black with #8BABDD
Text Example
Text Example
White with #8BABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABDD; }
p { color: rgb(139,171,221); }
H1.HeaderClassName
{
color: #8BABDD;
}
.AnyTagClassName
{
color: #8BABDD;
}
</style>
background-color css
<style>
a { background-color: #8BABDD; }
a { background-color: rgb(139,171,221); }
div.DivClassName
{
background-color: #8BABDD;
}
.BgClassName
{
background-color: #8BABDD;
}
</style>
border-color css
<style>
span { border-color: #8BABDD; }
span { border-color: rgb(139,171,221); }
td.TdClassName
{
border-color: #8BABDD;
}
.TagClassName
{
border-color: #8BABDD;
}
</style>