Shades of Polo Blue #8AA6CF
Tints of Polo Blue #8AA6CF
RGB
CMYK
RGB Variations
Color information
#8AA6CF (or 0x8AA6CF) is known color: Polo Blue. HEX triplet: 8A, A6 and CF. RGB value is (138,166,207). Sum of RGB (Red+Green+Blue) = 138+166+207=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AA6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6CF is #755930. Grayscale: #A2A2A2. Windows color (decimal): -7690545 or 13608586. OLE color: 13608586.
HSL color Cylindrical-coordinate representation of color #8AA6CF: hue angle of 215.65º 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 #8AA6CF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 166 | 207 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.19 |
| HSL | 215.65º | 0.42% | 0.68% | - |
| HSV(B) | 215.65º | 0.33% | 0.81% | - |
| XYZ | 35.38 | 37.18 | 64.34 | - |
| YUV | 162.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 207 | 0.33 | 0.20 | 0 | 0.19 | 215.65 | 0.42 | 0.68 |
| Hex | 8A | A6 | CF | 21 | 14 | 0 | 13 | D8 | 2A | 44 |
| Octal | 212 | 246 | 317 | 41 | 24 | 0 | 23 | 330 | 52 | 104 |
| Binary | 10001010 | 10100110 | 11001111 | 100001 | 10100 | 0 | 10011 | 11011000 | 101010 | 1000100 |
Color Harmonies of #8AA6CF
Complementary color
Monochromatic Colors of #8AA6CF
Black with #8AA6CF
Text Example
Text Example
White with #8AA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA6CF; }
p { color: rgb(138,166,207); }
H1.HeaderClassName
{
color: #8AA6CF;
}
.AnyTagClassName
{
color: #8AA6CF;
}
</style>
background-color css
<style>
a { background-color: #8AA6CF; }
a { background-color: rgb(138,166,207); }
div.DivClassName
{
background-color: #8AA6CF;
}
.BgClassName
{
background-color: #8AA6CF;
}
</style>
border-color css
<style>
span { border-color: #8AA6CF; }
span { border-color: rgb(138,166,207); }
td.TdClassName
{
border-color: #8AA6CF;
}
.TagClassName
{
border-color: #8AA6CF;
}
</style>