Shades of Polo Blue #8AB2CB
Tints of Polo Blue #8AB2CB
RGB
CMYK
RGB Variations
Color information
#8AB2CB (or 0x8AB2CB) is known color: Polo Blue. HEX triplet: 8A, B2 and CB. RGB value is (138,178,203). Sum of RGB (Red+Green+Blue) = 138+178+203=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2CB is #754D34. Grayscale: #A8A8A8. Windows color (decimal): -7687477 or 13349514. OLE color: 13349514.
HSL color Cylindrical-coordinate representation of color #8AB2CB: hue angle of 203.08º 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 #8AB2CB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 178 | 203 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.20 |
| HSL | 203.08º | 0.38% | 0.67% | - |
| HSV(B) | 203.08º | 0.32% | 0.8% | - |
| XYZ | 37.18 | 41.56 | 62.56 | - |
| YUV | 168.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 203 | 0.32 | 0.12 | 0 | 0.20 | 203.08 | 0.38 | 0.67 |
| Hex | 8A | B2 | CB | 20 | C | 0 | 14 | CB | 26 | 43 |
| Octal | 212 | 262 | 313 | 40 | 14 | 0 | 24 | 313 | 46 | 103 |
| Binary | 10001010 | 10110010 | 11001011 | 100000 | 1100 | 0 | 10100 | 11001011 | 100110 | 1000011 |
Color Harmonies of #8AB2CB
Complementary color
Monochromatic Colors of #8AB2CB
Black with #8AB2CB
Text Example
Text Example
White with #8AB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2CB; }
p { color: rgb(138,178,203); }
H1.HeaderClassName
{
color: #8AB2CB;
}
.AnyTagClassName
{
color: #8AB2CB;
}
</style>
background-color css
<style>
a { background-color: #8AB2CB; }
a { background-color: rgb(138,178,203); }
div.DivClassName
{
background-color: #8AB2CB;
}
.BgClassName
{
background-color: #8AB2CB;
}
</style>
border-color css
<style>
span { border-color: #8AB2CB; }
span { border-color: rgb(138,178,203); }
td.TdClassName
{
border-color: #8AB2CB;
}
.TagClassName
{
border-color: #8AB2CB;
}
</style>