Shades of Polo Blue #8AABCF
Tints of Polo Blue #8AABCF
RGB
CMYK
RGB Variations
Color information
#8AABCF (or 0x8AABCF) is known color: Polo Blue. HEX triplet: 8A, AB and CF. RGB value is (138,171,207). Sum of RGB (Red+Green+Blue) = 138+171+207=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABCF is #755430. Grayscale: #A5A5A5. Windows color (decimal): -7689265 or 13609866. OLE color: 13609866.
HSL color Cylindrical-coordinate representation of color #8AABCF: hue angle of 211.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AABCF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 171 | 207 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.19 |
| HSL | 211.3º | 0.42% | 0.68% | - |
| HSV(B) | 211.3º | 0.33% | 0.81% | - |
| XYZ | 36.31 | 39.03 | 64.65 | - |
| YUV | 165.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 207 | 0.33 | 0.17 | 0 | 0.19 | 211.3 | 0.42 | 0.68 |
| Hex | 8A | AB | CF | 21 | 11 | 0 | 13 | D3 | 2A | 44 |
| Octal | 212 | 253 | 317 | 41 | 21 | 0 | 23 | 323 | 52 | 104 |
| Binary | 10001010 | 10101011 | 11001111 | 100001 | 10001 | 0 | 10011 | 11010011 | 101010 | 1000100 |
Color Harmonies of #8AABCF
Complementary color
Monochromatic Colors of #8AABCF
Black with #8AABCF
Text Example
Text Example
White with #8AABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABCF; }
p { color: rgb(138,171,207); }
H1.HeaderClassName
{
color: #8AABCF;
}
.AnyTagClassName
{
color: #8AABCF;
}
</style>
background-color css
<style>
a { background-color: #8AABCF; }
a { background-color: rgb(138,171,207); }
div.DivClassName
{
background-color: #8AABCF;
}
.BgClassName
{
background-color: #8AABCF;
}
</style>
border-color css
<style>
span { border-color: #8AABCF; }
span { border-color: rgb(138,171,207); }
td.TdClassName
{
border-color: #8AABCF;
}
.TagClassName
{
border-color: #8AABCF;
}
</style>