Shades of Polo Blue #8BAFD5
Tints of Polo Blue #8BAFD5
RGB
CMYK
RGB Variations
Color information
#8BAFD5 (or 0x8BAFD5) is known color: Polo Blue. HEX triplet: 8B, AF and D5. RGB value is (139,175,213). Sum of RGB (Red+Green+Blue) = 139+175+213=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFD5 is #74502A. Grayscale: #A8A8A8. Windows color (decimal): -7622699 or 14004107. OLE color: 14004107.
HSL color Cylindrical-coordinate representation of color #8BAFD5: hue angle of 210.81º degrees, saturation: 0.47, 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 #8BAFD5 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 175 | 213 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.16 |
| HSL | 210.81º | 0.47% | 0.69% | - |
| HSV(B) | 210.81º | 0.35% | 0.84% | - |
| XYZ | 37.99 | 40.95 | 68.85 | - |
| YUV | 168.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 213 | 0.35 | 0.18 | 0 | 0.16 | 210.81 | 0.47 | 0.69 |
| Hex | 8B | AF | D5 | 23 | 12 | 0 | 10 | D3 | 2F | 45 |
| Octal | 213 | 257 | 325 | 43 | 22 | 0 | 20 | 323 | 57 | 105 |
| Binary | 10001011 | 10101111 | 11010101 | 100011 | 10010 | 0 | 10000 | 11010011 | 101111 | 1000101 |
Color Harmonies of #8BAFD5
Complementary color
Monochromatic Colors of #8BAFD5
Black with #8BAFD5
Text Example
Text Example
White with #8BAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFD5; }
p { color: rgb(139,175,213); }
H1.HeaderClassName
{
color: #8BAFD5;
}
.AnyTagClassName
{
color: #8BAFD5;
}
</style>
background-color css
<style>
a { background-color: #8BAFD5; }
a { background-color: rgb(139,175,213); }
div.DivClassName
{
background-color: #8BAFD5;
}
.BgClassName
{
background-color: #8BAFD5;
}
</style>
border-color css
<style>
span { border-color: #8BAFD5; }
span { border-color: rgb(139,175,213); }
td.TdClassName
{
border-color: #8BAFD5;
}
.TagClassName
{
border-color: #8BAFD5;
}
</style>