Shades of Polo Blue #8AB0CB
Tints of Polo Blue #8AB0CB
RGB
CMYK
RGB Variations
Color information
#8AB0CB (or 0x8AB0CB) is known color: Polo Blue. HEX triplet: 8A, B0 and CB. RGB value is (138,176,203). Sum of RGB (Red+Green+Blue) = 138+176+203=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0CB is #754F34. Grayscale: #A7A7A7. Windows color (decimal): -7687989 or 13349002. OLE color: 13349002.
HSL color Cylindrical-coordinate representation of color #8AB0CB: hue angle of 204.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB0CB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 176 | 203 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.20 |
| HSL | 204.92º | 0.38% | 0.67% | - |
| HSV(B) | 204.92º | 0.32% | 0.8% | - |
| XYZ | 36.79 | 40.77 | 62.43 | - |
| YUV | 167.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 203 | 0.32 | 0.13 | 0 | 0.20 | 204.92 | 0.38 | 0.67 |
| Hex | 8A | B0 | CB | 20 | D | 0 | 14 | CD | 26 | 43 |
| Octal | 212 | 260 | 313 | 40 | 15 | 0 | 24 | 315 | 46 | 103 |
| Binary | 10001010 | 10110000 | 11001011 | 100000 | 1101 | 0 | 10100 | 11001101 | 100110 | 1000011 |
Color Harmonies of #8AB0CB
Complementary color
Monochromatic Colors of #8AB0CB
Black with #8AB0CB
Text Example
Text Example
White with #8AB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0CB; }
p { color: rgb(138,176,203); }
H1.HeaderClassName
{
color: #8AB0CB;
}
.AnyTagClassName
{
color: #8AB0CB;
}
</style>
background-color css
<style>
a { background-color: #8AB0CB; }
a { background-color: rgb(138,176,203); }
div.DivClassName
{
background-color: #8AB0CB;
}
.BgClassName
{
background-color: #8AB0CB;
}
</style>
border-color css
<style>
span { border-color: #8AB0CB; }
span { border-color: rgb(138,176,203); }
td.TdClassName
{
border-color: #8AB0CB;
}
.TagClassName
{
border-color: #8AB0CB;
}
</style>