Shades of Polo Blue #8BB4D8
Tints of Polo Blue #8BB4D8
RGB
CMYK
RGB Variations
Color information
#8BB4D8 (or 0x8BB4D8) is known color: Polo Blue. HEX triplet: 8B, B4 and D8. RGB value is (139,180,216). Sum of RGB (Red+Green+Blue) = 139+180+216=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BB4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4D8 is #744B27. Grayscale: #ABABAB. Windows color (decimal): -7621416 or 14201995. OLE color: 14201995.
HSL color Cylindrical-coordinate representation of color #8BB4D8: hue angle of 208.05º degrees, saturation: 0.5, 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 #8BB4D8 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 180 | 216 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.15 |
| HSL | 208.05º | 0.5% | 0.7% | - |
| HSV(B) | 208.05º | 0.36% | 0.85% | - |
| XYZ | 39.36 | 43.09 | 71.21 | - |
| YUV | 171.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 216 | 0.36 | 0.17 | 0 | 0.15 | 208.05 | 0.5 | 0.7 |
| Hex | 8B | B4 | D8 | 24 | 11 | 0 | F | D0 | 32 | 46 |
| Octal | 213 | 264 | 330 | 44 | 21 | 0 | 17 | 320 | 62 | 106 |
| Binary | 10001011 | 10110100 | 11011000 | 100100 | 10001 | 0 | 1111 | 11010000 | 110010 | 1000110 |
Color Harmonies of #8BB4D8
Complementary color
Monochromatic Colors of #8BB4D8
Black with #8BB4D8
Text Example
Text Example
White with #8BB4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4D8; }
p { color: rgb(139,180,216); }
H1.HeaderClassName
{
color: #8BB4D8;
}
.AnyTagClassName
{
color: #8BB4D8;
}
</style>
background-color css
<style>
a { background-color: #8BB4D8; }
a { background-color: rgb(139,180,216); }
div.DivClassName
{
background-color: #8BB4D8;
}
.BgClassName
{
background-color: #8BB4D8;
}
</style>
border-color css
<style>
span { border-color: #8BB4D8; }
span { border-color: rgb(139,180,216); }
td.TdClassName
{
border-color: #8BB4D8;
}
.TagClassName
{
border-color: #8BB4D8;
}
</style>