Shades of Polo Blue #8AA8D7
Tints of Polo Blue #8AA8D7
RGB
CMYK
RGB Variations
Color information
#8AA8D7 (or 0x8AA8D7) is known color: Polo Blue. HEX triplet: 8A, A8 and D7. RGB value is (138,168,215). Sum of RGB (Red+Green+Blue) = 138+168+215=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #8AA8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8D7 is #755728. Grayscale: #A4A4A4. Windows color (decimal): -7690025 or 14133386. OLE color: 14133386.
HSL color Cylindrical-coordinate representation of color #8AA8D7: hue angle of 216.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA8D7 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 168 | 215 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.16 |
| HSL | 216.62º | 0.49% | 0.69% | - |
| HSV(B) | 216.62º | 0.36% | 0.84% | - |
| XYZ | 36.75 | 38.31 | 69.75 | - |
| YUV | 164.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 215 | 0.36 | 0.22 | 0 | 0.16 | 216.62 | 0.49 | 0.69 |
| Hex | 8A | A8 | D7 | 24 | 16 | 0 | 10 | D9 | 31 | 45 |
| Octal | 212 | 250 | 327 | 44 | 26 | 0 | 20 | 331 | 61 | 105 |
| Binary | 10001010 | 10101000 | 11010111 | 100100 | 10110 | 0 | 10000 | 11011001 | 110001 | 1000101 |
Color Harmonies of #8AA8D7
Complementary color
Monochromatic Colors of #8AA8D7
Black with #8AA8D7
Text Example
Text Example
White with #8AA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8D7; }
p { color: rgb(138,168,215); }
H1.HeaderClassName
{
color: #8AA8D7;
}
.AnyTagClassName
{
color: #8AA8D7;
}
</style>
background-color css
<style>
a { background-color: #8AA8D7; }
a { background-color: rgb(138,168,215); }
div.DivClassName
{
background-color: #8AA8D7;
}
.BgClassName
{
background-color: #8AA8D7;
}
</style>
border-color css
<style>
span { border-color: #8AA8D7; }
span { border-color: rgb(138,168,215); }
td.TdClassName
{
border-color: #8AA8D7;
}
.TagClassName
{
border-color: #8AA8D7;
}
</style>