Shades of Polo Blue #8BADDC
Tints of Polo Blue #8BADDC
RGB
CMYK
RGB Variations
Color information
#8BADDC (or 0x8BADDC) is known color: Polo Blue. HEX triplet: 8B, AD and DC. RGB value is (139,173,220). Sum of RGB (Red+Green+Blue) = 139+173+220=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADDC is #745223. Grayscale: #A7A7A7. Windows color (decimal): -7623204 or 14462347. OLE color: 14462347.
HSL color Cylindrical-coordinate representation of color #8BADDC: hue angle of 214.81º 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 #8BADDC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 173 | 220 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 214.81º | 0.54% | 0.7% | - |
| HSV(B) | 214.81º | 0.37% | 0.86% | - |
| XYZ | 38.51 | 40.54 | 73.51 | - |
| YUV | 168.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 220 | 0.37 | 0.21 | 0 | 0.14 | 214.81 | 0.54 | 0.7 |
| Hex | 8B | AD | DC | 25 | 15 | 0 | E | D7 | 36 | 46 |
| Octal | 213 | 255 | 334 | 45 | 25 | 0 | 16 | 327 | 66 | 106 |
| Binary | 10001011 | 10101101 | 11011100 | 100101 | 10101 | 0 | 1110 | 11010111 | 110110 | 1000110 |
Color Harmonies of #8BADDC
Complementary color
Monochromatic Colors of #8BADDC
Black with #8BADDC
Text Example
Text Example
White with #8BADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADDC; }
p { color: rgb(139,173,220); }
H1.HeaderClassName
{
color: #8BADDC;
}
.AnyTagClassName
{
color: #8BADDC;
}
</style>
background-color css
<style>
a { background-color: #8BADDC; }
a { background-color: rgb(139,173,220); }
div.DivClassName
{
background-color: #8BADDC;
}
.BgClassName
{
background-color: #8BADDC;
}
</style>
border-color css
<style>
span { border-color: #8BADDC; }
span { border-color: rgb(139,173,220); }
td.TdClassName
{
border-color: #8BADDC;
}
.TagClassName
{
border-color: #8BADDC;
}
</style>