Shades of Polo Blue #8BB0DC
Tints of Polo Blue #8BB0DC
RGB
CMYK
RGB Variations
Color information
#8BB0DC (or 0x8BB0DC) is known color: Polo Blue. HEX triplet: 8B, B0 and DC. RGB value is (139,176,220). Sum of RGB (Red+Green+Blue) = 139+176+220=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB0DC is #744F23. Grayscale: #A9A9A9. Windows color (decimal): -7622436 or 14463115. OLE color: 14463115.
HSL color Cylindrical-coordinate representation of color #8BB0DC: hue angle of 212.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB0DC is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 176 | 220 | - |
| CMYK | 0.37 | 0.2 | 0 | 0.14 |
| HSL | 212.59º | 0.54% | 0.7% | - |
| HSV(B) | 212.59º | 0.37% | 0.86% | - |
| XYZ | 39.09 | 41.71 | 73.7 | - |
| YUV | 169.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 220 | 0.37 | 0.2 | 0 | 0.14 | 212.59 | 0.54 | 0.7 |
| Hex | 8B | B0 | DC | 25 | 14 | 0 | E | D5 | 36 | 46 |
| Octal | 213 | 260 | 334 | 45 | 24 | 0 | 16 | 325 | 66 | 106 |
| Binary | 10001011 | 10110000 | 11011100 | 100101 | 10100 | 0 | 1110 | 11010101 | 110110 | 1000110 |
Color Harmonies of #8BB0DC
Complementary color
Monochromatic Colors of #8BB0DC
Black with #8BB0DC
Text Example
Text Example
White with #8BB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0DC; }
p { color: rgb(139,176,220); }
H1.HeaderClassName
{
color: #8BB0DC;
}
.AnyTagClassName
{
color: #8BB0DC;
}
</style>
background-color css
<style>
a { background-color: #8BB0DC; }
a { background-color: rgb(139,176,220); }
div.DivClassName
{
background-color: #8BB0DC;
}
.BgClassName
{
background-color: #8BB0DC;
}
</style>
border-color css
<style>
span { border-color: #8BB0DC; }
span { border-color: rgb(139,176,220); }
td.TdClassName
{
border-color: #8BB0DC;
}
.TagClassName
{
border-color: #8BB0DC;
}
</style>