Shades of Polo Blue #8BAFD7
Tints of Polo Blue #8BAFD7
RGB
CMYK
RGB Variations
Color information
#8BAFD7 (or 0x8BAFD7) is known color: Polo Blue. HEX triplet: 8B, AF and D7. RGB value is (139,175,215). Sum of RGB (Red+Green+Blue) = 139+175+215=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #8BAFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD7 is #745028. Grayscale: #A8A8A8. Windows color (decimal): -7622697 or 14135179. OLE color: 14135179.
HSL color Cylindrical-coordinate representation of color #8BAFD7: hue angle of 211.58º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BAFD7 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 175 | 215 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.16 |
| HSL | 211.58º | 0.49% | 0.69% | - |
| HSV(B) | 211.58º | 0.35% | 0.84% | - |
| XYZ | 38.24 | 41.06 | 70.2 | - |
| YUV | 168.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 215 | 0.35 | 0.19 | 0 | 0.16 | 211.58 | 0.49 | 0.69 |
| Hex | 8B | AF | D7 | 23 | 13 | 0 | 10 | D4 | 31 | 45 |
| Octal | 213 | 257 | 327 | 43 | 23 | 0 | 20 | 324 | 61 | 105 |
| Binary | 10001011 | 10101111 | 11010111 | 100011 | 10011 | 0 | 10000 | 11010100 | 110001 | 1000101 |
Color Harmonies of #8BAFD7
Complementary color
Monochromatic Colors of #8BAFD7
Black with #8BAFD7
Text Example
Text Example
White with #8BAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFD7; }
p { color: rgb(139,175,215); }
H1.HeaderClassName
{
color: #8BAFD7;
}
.AnyTagClassName
{
color: #8BAFD7;
}
</style>
background-color css
<style>
a { background-color: #8BAFD7; }
a { background-color: rgb(139,175,215); }
div.DivClassName
{
background-color: #8BAFD7;
}
.BgClassName
{
background-color: #8BAFD7;
}
</style>
border-color css
<style>
span { border-color: #8BAFD7; }
span { border-color: rgb(139,175,215); }
td.TdClassName
{
border-color: #8BAFD7;
}
.TagClassName
{
border-color: #8BAFD7;
}
</style>