Shades of Polo Blue #8BAAC5
Tints of Polo Blue #8BAAC5
RGB
CMYK
RGB Variations
Color information
#8BAAC5 (or 0x8BAAC5) is known color: Polo Blue. HEX triplet: 8B, AA and C5. RGB value is (139,170,197). Sum of RGB (Red+Green+Blue) = 139+170+197=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #8BAAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAAC5 is #74553A. Grayscale: #A3A3A3. Windows color (decimal): -7623995 or 12954251. OLE color: 12954251.
HSL color Cylindrical-coordinate representation of color #8BAAC5: hue angle of 207.93º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAAC5 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 170 | 197 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.23 |
| HSL | 207.93º | 0.33% | 0.66% | - |
| HSV(B) | 207.93º | 0.29% | 0.77% | - |
| XYZ | 35.1 | 38.27 | 58.36 | - |
| YUV | 163.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 197 | 0.29 | 0.14 | 0 | 0.23 | 207.93 | 0.33 | 0.66 |
| Hex | 8B | AA | C5 | 1D | E | 0 | 17 | D0 | 21 | 42 |
| Octal | 213 | 252 | 305 | 35 | 16 | 0 | 27 | 320 | 41 | 102 |
| Binary | 10001011 | 10101010 | 11000101 | 11101 | 1110 | 0 | 10111 | 11010000 | 100001 | 1000010 |
Color Harmonies of #8BAAC5
Complementary color
Monochromatic Colors of #8BAAC5
Black with #8BAAC5
Text Example
Text Example
White with #8BAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAC5; }
p { color: rgb(139,170,197); }
H1.HeaderClassName
{
color: #8BAAC5;
}
.AnyTagClassName
{
color: #8BAAC5;
}
</style>
background-color css
<style>
a { background-color: #8BAAC5; }
a { background-color: rgb(139,170,197); }
div.DivClassName
{
background-color: #8BAAC5;
}
.BgClassName
{
background-color: #8BAAC5;
}
</style>
border-color css
<style>
span { border-color: #8BAAC5; }
span { border-color: rgb(139,170,197); }
td.TdClassName
{
border-color: #8BAAC5;
}
.TagClassName
{
border-color: #8BAAC5;
}
</style>