Shades of Polo Blue #8AB1CB
Tints of Polo Blue #8AB1CB
RGB
CMYK
RGB Variations
Color information
#8AB1CB (or 0x8AB1CB) is known color: Polo Blue. HEX triplet: 8A, B1 and CB. RGB value is (138,177,203). Sum of RGB (Red+Green+Blue) = 138+177+203=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CB is #754E34. Grayscale: #A8A8A8. Windows color (decimal): -7687733 or 13349258. OLE color: 13349258.
HSL color Cylindrical-coordinate representation of color #8AB1CB: hue angle of 204º 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 #8AB1CB is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 177 | 203 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.20 |
| HSL | 204º | 0.38% | 0.67% | - |
| HSV(B) | 204º | 0.32% | 0.8% | - |
| XYZ | 36.98 | 41.16 | 62.5 | - |
| YUV | 168.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 203 | 0.32 | 0.13 | 0 | 0.20 | 204 | 0.38 | 0.67 |
| Hex | 8A | B1 | CB | 20 | D | 0 | 14 | CC | 26 | 43 |
| Octal | 212 | 261 | 313 | 40 | 15 | 0 | 24 | 314 | 46 | 103 |
| Binary | 10001010 | 10110001 | 11001011 | 100000 | 1101 | 0 | 10100 | 11001100 | 100110 | 1000011 |
Color Harmonies of #8AB1CB
Complementary color
Monochromatic Colors of #8AB1CB
Black with #8AB1CB
Text Example
Text Example
White with #8AB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB1CB; }
p { color: rgb(138,177,203); }
H1.HeaderClassName
{
color: #8AB1CB;
}
.AnyTagClassName
{
color: #8AB1CB;
}
</style>
background-color css
<style>
a { background-color: #8AB1CB; }
a { background-color: rgb(138,177,203); }
div.DivClassName
{
background-color: #8AB1CB;
}
.BgClassName
{
background-color: #8AB1CB;
}
</style>
border-color css
<style>
span { border-color: #8AB1CB; }
span { border-color: rgb(138,177,203); }
td.TdClassName
{
border-color: #8AB1CB;
}
.TagClassName
{
border-color: #8AB1CB;
}
</style>