Shades of Polo Blue #8BAFD0
Tints of Polo Blue #8BAFD0
RGB
CMYK
RGB Variations
Color information
#8BAFD0 (or 0x8BAFD0) is known color: Polo Blue. HEX triplet: 8B, AF and D0. RGB value is (139,175,208). Sum of RGB (Red+Green+Blue) = 139+175+208=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD0 is #74502F. Grayscale: #A7A7A7. Windows color (decimal): -7622704 or 13676427. OLE color: 13676427.
HSL color Cylindrical-coordinate representation of color #8BAFD0: hue angle of 208.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BAFD0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 175 | 208 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.18 |
| HSL | 208.7º | 0.42% | 0.68% | - |
| HSV(B) | 208.7º | 0.33% | 0.82% | - |
| XYZ | 37.36 | 40.7 | 65.56 | - |
| YUV | 168 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 208 | 0.33 | 0.16 | 0 | 0.18 | 208.7 | 0.42 | 0.68 |
| Hex | 8B | AF | D0 | 21 | 10 | 0 | 12 | D1 | 2A | 44 |
| Octal | 213 | 257 | 320 | 41 | 20 | 0 | 22 | 321 | 52 | 104 |
| Binary | 10001011 | 10101111 | 11010000 | 100001 | 10000 | 0 | 10010 | 11010001 | 101010 | 1000100 |
Color Harmonies of #8BAFD0
Complementary color
Monochromatic Colors of #8BAFD0
Black with #8BAFD0
Text Example
Text Example
White with #8BAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFD0; }
p { color: rgb(139,175,208); }
H1.HeaderClassName
{
color: #8BAFD0;
}
.AnyTagClassName
{
color: #8BAFD0;
}
</style>
background-color css
<style>
a { background-color: #8BAFD0; }
a { background-color: rgb(139,175,208); }
div.DivClassName
{
background-color: #8BAFD0;
}
.BgClassName
{
background-color: #8BAFD0;
}
</style>
border-color css
<style>
span { border-color: #8BAFD0; }
span { border-color: rgb(139,175,208); }
td.TdClassName
{
border-color: #8BAFD0;
}
.TagClassName
{
border-color: #8BAFD0;
}
</style>