Shades of Polo Blue #8AAECF
Tints of Polo Blue #8AAECF
RGB
CMYK
RGB Variations
Color information
#8AAECF (or 0x8AAECF) is known color: Polo Blue. HEX triplet: 8A, AE and CF. RGB value is (138,174,207). Sum of RGB (Red+Green+Blue) = 138+174+207=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAECF is #755130. Grayscale: #A6A6A6. Windows color (decimal): -7688497 or 13610634. OLE color: 13610634.
HSL color Cylindrical-coordinate representation of color #8AAECF: hue angle of 208.7º 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 #8AAECF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 174 | 207 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.19 |
| HSL | 208.7º | 0.42% | 0.68% | - |
| HSV(B) | 208.7º | 0.33% | 0.81% | - |
| XYZ | 36.88 | 40.18 | 64.84 | - |
| YUV | 167 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 207 | 0.33 | 0.16 | 0 | 0.19 | 208.7 | 0.42 | 0.68 |
| Hex | 8A | AE | CF | 21 | 10 | 0 | 13 | D1 | 2A | 44 |
| Octal | 212 | 256 | 317 | 41 | 20 | 0 | 23 | 321 | 52 | 104 |
| Binary | 10001010 | 10101110 | 11001111 | 100001 | 10000 | 0 | 10011 | 11010001 | 101010 | 1000100 |
Color Harmonies of #8AAECF
Complementary color
Monochromatic Colors of #8AAECF
Black with #8AAECF
Text Example
Text Example
White with #8AAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAECF; }
p { color: rgb(138,174,207); }
H1.HeaderClassName
{
color: #8AAECF;
}
.AnyTagClassName
{
color: #8AAECF;
}
</style>
background-color css
<style>
a { background-color: #8AAECF; }
a { background-color: rgb(138,174,207); }
div.DivClassName
{
background-color: #8AAECF;
}
.BgClassName
{
background-color: #8AAECF;
}
</style>
border-color css
<style>
span { border-color: #8AAECF; }
span { border-color: rgb(138,174,207); }
td.TdClassName
{
border-color: #8AAECF;
}
.TagClassName
{
border-color: #8AAECF;
}
</style>