Shades of Polo Blue #8AB1CC
Tints of Polo Blue #8AB1CC
RGB
CMYK
RGB Variations
Color information
#8AB1CC (or 0x8AB1CC) is known color: Polo Blue. HEX triplet: 8A, B1 and CC. RGB value is (138,177,204). Sum of RGB (Red+Green+Blue) = 138+177+204=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1CC is #754E33. Grayscale: #A8A8A8. Windows color (decimal): -7687732 or 13414794. OLE color: 13414794.
HSL color Cylindrical-coordinate representation of color #8AB1CC: hue angle of 204.55º degrees, saturation: 0.39, 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 #8AB1CC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 177 | 204 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.2 |
| HSL | 204.55º | 0.39% | 0.67% | - |
| HSV(B) | 204.55º | 0.32% | 0.8% | - |
| XYZ | 37.1 | 41.21 | 63.13 | - |
| YUV | 168.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 204 | 0.32 | 0.13 | 0 | 0.2 | 204.55 | 0.39 | 0.67 |
| Hex | 8A | B1 | CC | 20 | D | 0 | 14 | CD | 27 | 43 |
| Octal | 212 | 261 | 314 | 40 | 15 | 0 | 24 | 315 | 47 | 103 |
| Binary | 10001010 | 10110001 | 11001100 | 100000 | 1101 | 0 | 10100 | 11001101 | 100111 | 1000011 |
Color Harmonies of #8AB1CC
Complementary color
Monochromatic Colors of #8AB1CC
Black with #8AB1CC
Text Example
Text Example
White with #8AB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB1CC; }
p { color: rgb(138,177,204); }
H1.HeaderClassName
{
color: #8AB1CC;
}
.AnyTagClassName
{
color: #8AB1CC;
}
</style>
background-color css
<style>
a { background-color: #8AB1CC; }
a { background-color: rgb(138,177,204); }
div.DivClassName
{
background-color: #8AB1CC;
}
.BgClassName
{
background-color: #8AB1CC;
}
</style>
border-color css
<style>
span { border-color: #8AB1CC; }
span { border-color: rgb(138,177,204); }
td.TdClassName
{
border-color: #8AB1CC;
}
.TagClassName
{
border-color: #8AB1CC;
}
</style>