Shades of Polo Blue #8DAAC9
Tints of Polo Blue #8DAAC9
RGB
CMYK
RGB Variations
Color information
#8DAAC9 (or 0x8DAAC9) is known color: Polo Blue. HEX triplet: 8D, AA and C9. RGB value is (141,170,201). Sum of RGB (Red+Green+Blue) = 141+170+201=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC9 is #725536. Grayscale: #A4A4A4. Windows color (decimal): -7492919 or 13216397. OLE color: 13216397.
HSL color Cylindrical-coordinate representation of color #8DAAC9: hue angle of 211º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DAAC9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 170 | 201 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.21 |
| HSL | 211º | 0.36% | 0.67% | - |
| HSV(B) | 211º | 0.3% | 0.79% | - |
| XYZ | 35.9 | 38.63 | 60.82 | - |
| YUV | 164.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 201 | 0.30 | 0.15 | 0 | 0.21 | 211 | 0.36 | 0.67 |
| Hex | 8D | AA | C9 | 1E | F | 0 | 15 | D3 | 24 | 43 |
| Octal | 215 | 252 | 311 | 36 | 17 | 0 | 25 | 323 | 44 | 103 |
| Binary | 10001101 | 10101010 | 11001001 | 11110 | 1111 | 0 | 10101 | 11010011 | 100100 | 1000011 |
Color Harmonies of #8DAAC9
Complementary color
Monochromatic Colors of #8DAAC9
Black with #8DAAC9
Text Example
Text Example
White with #8DAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAC9; }
p { color: rgb(141,170,201); }
H1.HeaderClassName
{
color: #8DAAC9;
}
.AnyTagClassName
{
color: #8DAAC9;
}
</style>
background-color css
<style>
a { background-color: #8DAAC9; }
a { background-color: rgb(141,170,201); }
div.DivClassName
{
background-color: #8DAAC9;
}
.BgClassName
{
background-color: #8DAAC9;
}
</style>
border-color css
<style>
span { border-color: #8DAAC9; }
span { border-color: rgb(141,170,201); }
td.TdClassName
{
border-color: #8DAAC9;
}
.TagClassName
{
border-color: #8DAAC9;
}
</style>