Shades of Polo Blue #8AAFD2
Tints of Polo Blue #8AAFD2
RGB
CMYK
RGB Variations
Color information
#8AAFD2 (or 0x8AAFD2) is known color: Polo Blue. HEX triplet: 8A, AF and D2. RGB value is (138,175,210). Sum of RGB (Red+Green+Blue) = 138+175+210=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8AAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFD2 is #75502D. Grayscale: #A7A7A7. Windows color (decimal): -7688238 or 13807498. OLE color: 13807498.
HSL color Cylindrical-coordinate representation of color #8AAFD2: hue angle of 209.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAFD2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 175 | 210 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.18 |
| HSL | 209.17º | 0.44% | 0.68% | - |
| HSV(B) | 209.17º | 0.34% | 0.82% | - |
| XYZ | 37.44 | 40.72 | 66.86 | - |
| YUV | 167.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 210 | 0.34 | 0.17 | 0 | 0.18 | 209.17 | 0.44 | 0.68 |
| Hex | 8A | AF | D2 | 22 | 11 | 0 | 12 | D1 | 2C | 44 |
| Octal | 212 | 257 | 322 | 42 | 21 | 0 | 22 | 321 | 54 | 104 |
| Binary | 10001010 | 10101111 | 11010010 | 100010 | 10001 | 0 | 10010 | 11010001 | 101100 | 1000100 |
Color Harmonies of #8AAFD2
Complementary color
Monochromatic Colors of #8AAFD2
Black with #8AAFD2
Text Example
Text Example
White with #8AAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFD2; }
p { color: rgb(138,175,210); }
H1.HeaderClassName
{
color: #8AAFD2;
}
.AnyTagClassName
{
color: #8AAFD2;
}
</style>
background-color css
<style>
a { background-color: #8AAFD2; }
a { background-color: rgb(138,175,210); }
div.DivClassName
{
background-color: #8AAFD2;
}
.BgClassName
{
background-color: #8AAFD2;
}
</style>
border-color css
<style>
span { border-color: #8AAFD2; }
span { border-color: rgb(138,175,210); }
td.TdClassName
{
border-color: #8AAFD2;
}
.TagClassName
{
border-color: #8AAFD2;
}
</style>