Shades of Polo Blue #8BAFDA
Tints of Polo Blue #8BAFDA
RGB
CMYK
RGB Variations
Color information
#8BAFDA (or 0x8BAFDA) is known color: Polo Blue. HEX triplet: 8B, AF and DA. RGB value is (139,175,218). Sum of RGB (Red+Green+Blue) = 139+175+218=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDA is #745025. Grayscale: #A8A8A8. Windows color (decimal): -7622694 or 14331787. OLE color: 14331787.
HSL color Cylindrical-coordinate representation of color #8BAFDA: hue angle of 212.66º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BAFDA is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 175 | 218 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.15 |
| HSL | 212.66º | 0.52% | 0.7% | - |
| HSV(B) | 212.66º | 0.36% | 0.85% | - |
| XYZ | 38.63 | 41.21 | 72.25 | - |
| YUV | 169.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 218 | 0.36 | 0.20 | 0 | 0.15 | 212.66 | 0.52 | 0.7 |
| Hex | 8B | AF | DA | 24 | 14 | 0 | F | D5 | 34 | 46 |
| Octal | 213 | 257 | 332 | 44 | 24 | 0 | 17 | 325 | 64 | 106 |
| Binary | 10001011 | 10101111 | 11011010 | 100100 | 10100 | 0 | 1111 | 11010101 | 110100 | 1000110 |
Color Harmonies of #8BAFDA
Complementary color
Monochromatic Colors of #8BAFDA
Black with #8BAFDA
Text Example
Text Example
White with #8BAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFDA; }
p { color: rgb(139,175,218); }
H1.HeaderClassName
{
color: #8BAFDA;
}
.AnyTagClassName
{
color: #8BAFDA;
}
</style>
background-color css
<style>
a { background-color: #8BAFDA; }
a { background-color: rgb(139,175,218); }
div.DivClassName
{
background-color: #8BAFDA;
}
.BgClassName
{
background-color: #8BAFDA;
}
</style>
border-color css
<style>
span { border-color: #8BAFDA; }
span { border-color: rgb(139,175,218); }
td.TdClassName
{
border-color: #8BAFDA;
}
.TagClassName
{
border-color: #8BAFDA;
}
</style>