Shades of Polo Blue #8AABCB
Tints of Polo Blue #8AABCB
RGB
CMYK
RGB Variations
Color information
#8AABCB (or 0x8AABCB) is known color: Polo Blue. HEX triplet: 8A, AB and CB. RGB value is (138,171,203). Sum of RGB (Red+Green+Blue) = 138+171+203=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #8AABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCB is #755434. Grayscale: #A4A4A4. Windows color (decimal): -7689269 or 13347722. OLE color: 13347722.
HSL color Cylindrical-coordinate representation of color #8AABCB: hue angle of 209.54º 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 #8AABCB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 171 | 203 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.20 |
| HSL | 209.54º | 0.38% | 0.67% | - |
| HSV(B) | 209.54º | 0.32% | 0.8% | - |
| XYZ | 35.82 | 38.84 | 62.11 | - |
| YUV | 164.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 203 | 0.32 | 0.16 | 0 | 0.20 | 209.54 | 0.38 | 0.67 |
| Hex | 8A | AB | CB | 20 | 10 | 0 | 14 | D2 | 26 | 43 |
| Octal | 212 | 253 | 313 | 40 | 20 | 0 | 24 | 322 | 46 | 103 |
| Binary | 10001010 | 10101011 | 11001011 | 100000 | 10000 | 0 | 10100 | 11010010 | 100110 | 1000011 |
Color Harmonies of #8AABCB
Complementary color
Monochromatic Colors of #8AABCB
Black with #8AABCB
Text Example
Text Example
White with #8AABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABCB; }
p { color: rgb(138,171,203); }
H1.HeaderClassName
{
color: #8AABCB;
}
.AnyTagClassName
{
color: #8AABCB;
}
</style>
background-color css
<style>
a { background-color: #8AABCB; }
a { background-color: rgb(138,171,203); }
div.DivClassName
{
background-color: #8AABCB;
}
.BgClassName
{
background-color: #8AABCB;
}
</style>
border-color css
<style>
span { border-color: #8AABCB; }
span { border-color: rgb(138,171,203); }
td.TdClassName
{
border-color: #8AABCB;
}
.TagClassName
{
border-color: #8AABCB;
}
</style>