Shades of Polo Blue #8BAEDC
Tints of Polo Blue #8BAEDC
RGB
CMYK
RGB Variations
Color information
#8BAEDC (or 0x8BAEDC) is known color: Polo Blue. HEX triplet: 8B, AE and DC. RGB value is (139,174,220). Sum of RGB (Red+Green+Blue) = 139+174+220=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDC is #745123. Grayscale: #A8A8A8. Windows color (decimal): -7622948 or 14462603. OLE color: 14462603.
HSL color Cylindrical-coordinate representation of color #8BAEDC: hue angle of 214.07º 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 #8BAEDC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 174 | 220 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.14 |
| HSL | 214.07º | 0.54% | 0.7% | - |
| HSV(B) | 214.07º | 0.37% | 0.86% | - |
| XYZ | 38.7 | 40.93 | 73.57 | - |
| YUV | 168.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 220 | 0.37 | 0.21 | 0 | 0.14 | 214.07 | 0.54 | 0.7 |
| Hex | 8B | AE | DC | 25 | 15 | 0 | E | D6 | 36 | 46 |
| Octal | 213 | 256 | 334 | 45 | 25 | 0 | 16 | 326 | 66 | 106 |
| Binary | 10001011 | 10101110 | 11011100 | 100101 | 10101 | 0 | 1110 | 11010110 | 110110 | 1000110 |
Color Harmonies of #8BAEDC
Complementary color
Monochromatic Colors of #8BAEDC
Black with #8BAEDC
Text Example
Text Example
White with #8BAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEDC; }
p { color: rgb(139,174,220); }
H1.HeaderClassName
{
color: #8BAEDC;
}
.AnyTagClassName
{
color: #8BAEDC;
}
</style>
background-color css
<style>
a { background-color: #8BAEDC; }
a { background-color: rgb(139,174,220); }
div.DivClassName
{
background-color: #8BAEDC;
}
.BgClassName
{
background-color: #8BAEDC;
}
</style>
border-color css
<style>
span { border-color: #8BAEDC; }
span { border-color: rgb(139,174,220); }
td.TdClassName
{
border-color: #8BAEDC;
}
.TagClassName
{
border-color: #8BAEDC;
}
</style>