Shades of Polo Blue #8DAADF
Tints of Polo Blue #8DAADF
RGB
CMYK
RGB Variations
Color information
#8DAADF (or 0x8DAADF) is known color: Polo Blue. HEX triplet: 8D, AA and DF. RGB value is (141,170,223). Sum of RGB (Red+Green+Blue) = 141+170+223=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAADF is #725520. Grayscale: #A7A7A7. Windows color (decimal): -7492897 or 14658189. OLE color: 14658189.
HSL color Cylindrical-coordinate representation of color #8DAADF: hue angle of 218.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DAADF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 170 | 223 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.13 |
| HSL | 218.78º | 0.56% | 0.71% | - |
| HSV(B) | 218.78º | 0.37% | 0.87% | - |
| XYZ | 38.68 | 39.74 | 75.44 | - |
| YUV | 167.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 223 | 0.37 | 0.24 | 0 | 0.13 | 218.78 | 0.56 | 0.71 |
| Hex | 8D | AA | DF | 25 | 18 | 0 | D | DB | 38 | 47 |
| Octal | 215 | 252 | 337 | 45 | 30 | 0 | 15 | 333 | 70 | 107 |
| Binary | 10001101 | 10101010 | 11011111 | 100101 | 11000 | 0 | 1101 | 11011011 | 111000 | 1000111 |
Color Harmonies of #8DAADF
Complementary color
Monochromatic Colors of #8DAADF
Black with #8DAADF
Text Example
Text Example
White with #8DAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAADF; }
p { color: rgb(141,170,223); }
H1.HeaderClassName
{
color: #8DAADF;
}
.AnyTagClassName
{
color: #8DAADF;
}
</style>
background-color css
<style>
a { background-color: #8DAADF; }
a { background-color: rgb(141,170,223); }
div.DivClassName
{
background-color: #8DAADF;
}
.BgClassName
{
background-color: #8DAADF;
}
</style>
border-color css
<style>
span { border-color: #8DAADF; }
span { border-color: rgb(141,170,223); }
td.TdClassName
{
border-color: #8DAADF;
}
.TagClassName
{
border-color: #8DAADF;
}
</style>