Shades of Polo Blue #8AAFD5
Tints of Polo Blue #8AAFD5
RGB
CMYK
RGB Variations
Color information
#8AAFD5 (or 0x8AAFD5) is known color: Polo Blue. HEX triplet: 8A, AF and D5. RGB value is (138,175,213). Sum of RGB (Red+Green+Blue) = 138+175+213=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #8AAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFD5 is #75502A. Grayscale: #A8A8A8. Windows color (decimal): -7688235 or 14004106. OLE color: 14004106.
HSL color Cylindrical-coordinate representation of color #8AAFD5: hue angle of 210.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AAFD5 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 175 | 213 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.16 |
| HSL | 210.4º | 0.47% | 0.69% | - |
| HSV(B) | 210.4º | 0.35% | 0.84% | - |
| XYZ | 37.82 | 40.87 | 68.85 | - |
| YUV | 168.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 213 | 0.35 | 0.18 | 0 | 0.16 | 210.4 | 0.47 | 0.69 |
| Hex | 8A | AF | D5 | 23 | 12 | 0 | 10 | D2 | 2F | 45 |
| Octal | 212 | 257 | 325 | 43 | 22 | 0 | 20 | 322 | 57 | 105 |
| Binary | 10001010 | 10101111 | 11010101 | 100011 | 10010 | 0 | 10000 | 11010010 | 101111 | 1000101 |
Color Harmonies of #8AAFD5
Complementary color
Monochromatic Colors of #8AAFD5
Black with #8AAFD5
Text Example
Text Example
White with #8AAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFD5; }
p { color: rgb(138,175,213); }
H1.HeaderClassName
{
color: #8AAFD5;
}
.AnyTagClassName
{
color: #8AAFD5;
}
</style>
background-color css
<style>
a { background-color: #8AAFD5; }
a { background-color: rgb(138,175,213); }
div.DivClassName
{
background-color: #8AAFD5;
}
.BgClassName
{
background-color: #8AAFD5;
}
</style>
border-color css
<style>
span { border-color: #8AAFD5; }
span { border-color: rgb(138,175,213); }
td.TdClassName
{
border-color: #8AAFD5;
}
.TagClassName
{
border-color: #8AAFD5;
}
</style>