Shades of Polo Blue #8BAADD
Tints of Polo Blue #8BAADD
RGB
CMYK
RGB Variations
Color information
#8BAADD (or 0x8BAADD) is known color: Polo Blue. HEX triplet: 8B, AA and DD. RGB value is (139,170,221). Sum of RGB (Red+Green+Blue) = 139+170+221=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADD is #745522. Grayscale: #A6A6A6. Windows color (decimal): -7623971 or 14527115. OLE color: 14527115.
HSL color Cylindrical-coordinate representation of color #8BAADD: hue angle of 217.32º 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 #8BAADD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 170 | 221 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.13 |
| HSL | 217.32º | 0.55% | 0.71% | - |
| HSV(B) | 217.32º | 0.37% | 0.87% | - |
| XYZ | 38.07 | 39.46 | 74.02 | - |
| YUV | 166.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 221 | 0.37 | 0.23 | 0 | 0.13 | 217.32 | 0.55 | 0.71 |
| Hex | 8B | AA | DD | 25 | 17 | 0 | D | D9 | 37 | 47 |
| Octal | 213 | 252 | 335 | 45 | 27 | 0 | 15 | 331 | 67 | 107 |
| Binary | 10001011 | 10101010 | 11011101 | 100101 | 10111 | 0 | 1101 | 11011001 | 110111 | 1000111 |
Color Harmonies of #8BAADD
Complementary color
Monochromatic Colors of #8BAADD
Black with #8BAADD
Text Example
Text Example
White with #8BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAADD; }
p { color: rgb(139,170,221); }
H1.HeaderClassName
{
color: #8BAADD;
}
.AnyTagClassName
{
color: #8BAADD;
}
</style>
background-color css
<style>
a { background-color: #8BAADD; }
a { background-color: rgb(139,170,221); }
div.DivClassName
{
background-color: #8BAADD;
}
.BgClassName
{
background-color: #8BAADD;
}
</style>
border-color css
<style>
span { border-color: #8BAADD; }
span { border-color: rgb(139,170,221); }
td.TdClassName
{
border-color: #8BAADD;
}
.TagClassName
{
border-color: #8BAADD;
}
</style>