Shades of Polo Blue #8AA5C1
Tints of Polo Blue #8AA5C1
RGB
CMYK
RGB Variations
Color information
#8AA5C1 (or 0x8AA5C1) is known color: Polo Blue. HEX triplet: 8A, A5 and C1. RGB value is (138,165,193). Sum of RGB (Red+Green+Blue) = 138+165+193=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #8AA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5C1 is #755A3E. Grayscale: #9F9F9F. Windows color (decimal): -7690815 or 12690826. OLE color: 12690826.
HSL color Cylindrical-coordinate representation of color #8AA5C1: hue angle of 210.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA5C1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 165 | 193 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.24 |
| HSL | 210.55º | 0.31% | 0.65% | - |
| HSV(B) | 210.55º | 0.28% | 0.76% | - |
| XYZ | 33.56 | 36.16 | 55.66 | - |
| YUV | 160.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 193 | 0.28 | 0.15 | 0 | 0.24 | 210.55 | 0.31 | 0.65 |
| Hex | 8A | A5 | C1 | 1C | F | 0 | 18 | D3 | 1F | 41 |
| Octal | 212 | 245 | 301 | 34 | 17 | 0 | 30 | 323 | 37 | 101 |
| Binary | 10001010 | 10100101 | 11000001 | 11100 | 1111 | 0 | 11000 | 11010011 | 11111 | 1000001 |
Color Harmonies of #8AA5C1
Complementary color
Monochromatic Colors of #8AA5C1
Black with #8AA5C1
Text Example
Text Example
White with #8AA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5C1; }
p { color: rgb(138,165,193); }
H1.HeaderClassName
{
color: #8AA5C1;
}
.AnyTagClassName
{
color: #8AA5C1;
}
</style>
background-color css
<style>
a { background-color: #8AA5C1; }
a { background-color: rgb(138,165,193); }
div.DivClassName
{
background-color: #8AA5C1;
}
.BgClassName
{
background-color: #8AA5C1;
}
</style>
border-color css
<style>
span { border-color: #8AA5C1; }
span { border-color: rgb(138,165,193); }
td.TdClassName
{
border-color: #8AA5C1;
}
.TagClassName
{
border-color: #8AA5C1;
}
</style>