Shades of Polo Blue #8AA9CA
Tints of Polo Blue #8AA9CA
RGB
CMYK
RGB Variations
Color information
#8AA9CA (or 0x8AA9CA) is known color: Polo Blue. HEX triplet: 8A, A9 and CA. RGB value is (138,169,202). Sum of RGB (Red+Green+Blue) = 138+169+202=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9CA is #755635. Grayscale: #A3A3A3. Windows color (decimal): -7689782 or 13281674. OLE color: 13281674.
HSL color Cylindrical-coordinate representation of color #8AA9CA: hue angle of 210.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA9CA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 169 | 202 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.21 |
| HSL | 210.94º | 0.38% | 0.67% | - |
| HSV(B) | 210.94º | 0.32% | 0.79% | - |
| XYZ | 35.33 | 38.04 | 61.36 | - |
| YUV | 163.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 202 | 0.32 | 0.16 | 0 | 0.21 | 210.94 | 0.38 | 0.67 |
| Hex | 8A | A9 | CA | 20 | 10 | 0 | 15 | D3 | 26 | 43 |
| Octal | 212 | 251 | 312 | 40 | 20 | 0 | 25 | 323 | 46 | 103 |
| Binary | 10001010 | 10101001 | 11001010 | 100000 | 10000 | 0 | 10101 | 11010011 | 100110 | 1000011 |
Color Harmonies of #8AA9CA
Complementary color
Monochromatic Colors of #8AA9CA
Black with #8AA9CA
Text Example
Text Example
White with #8AA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA9CA; }
p { color: rgb(138,169,202); }
H1.HeaderClassName
{
color: #8AA9CA;
}
.AnyTagClassName
{
color: #8AA9CA;
}
</style>
background-color css
<style>
a { background-color: #8AA9CA; }
a { background-color: rgb(138,169,202); }
div.DivClassName
{
background-color: #8AA9CA;
}
.BgClassName
{
background-color: #8AA9CA;
}
</style>
border-color css
<style>
span { border-color: #8AA9CA; }
span { border-color: rgb(138,169,202); }
td.TdClassName
{
border-color: #8AA9CA;
}
.TagClassName
{
border-color: #8AA9CA;
}
</style>