Shades of Polo Blue #8DAED2
Tints of Polo Blue #8DAED2
RGB
CMYK
RGB Variations
Color information
#8DAED2 (or 0x8DAED2) is known color: Polo Blue. HEX triplet: 8D, AE and D2. RGB value is (141,174,210). Sum of RGB (Red+Green+Blue) = 141+174+210=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #8DAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAED2 is #72512D. Grayscale: #A8A8A8. Windows color (decimal): -7491886 or 13807245. OLE color: 13807245.
HSL color Cylindrical-coordinate representation of color #8DAED2: hue angle of 211.3º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DAED2 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 174 | 210 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.18 |
| HSL | 211.3º | 0.43% | 0.69% | - |
| HSV(B) | 211.3º | 0.33% | 0.82% | - |
| XYZ | 37.75 | 40.59 | 66.82 | - |
| YUV | 168.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 210 | 0.33 | 0.17 | 0 | 0.18 | 211.3 | 0.43 | 0.69 |
| Hex | 8D | AE | D2 | 21 | 11 | 0 | 12 | D3 | 2B | 45 |
| Octal | 215 | 256 | 322 | 41 | 21 | 0 | 22 | 323 | 53 | 105 |
| Binary | 10001101 | 10101110 | 11010010 | 100001 | 10001 | 0 | 10010 | 11010011 | 101011 | 1000101 |
Color Harmonies of #8DAED2
Complementary color
Monochromatic Colors of #8DAED2
Black with #8DAED2
Text Example
Text Example
White with #8DAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAED2; }
p { color: rgb(141,174,210); }
H1.HeaderClassName
{
color: #8DAED2;
}
.AnyTagClassName
{
color: #8DAED2;
}
</style>
background-color css
<style>
a { background-color: #8DAED2; }
a { background-color: rgb(141,174,210); }
div.DivClassName
{
background-color: #8DAED2;
}
.BgClassName
{
background-color: #8DAED2;
}
</style>
border-color css
<style>
span { border-color: #8DAED2; }
span { border-color: rgb(141,174,210); }
td.TdClassName
{
border-color: #8DAED2;
}
.TagClassName
{
border-color: #8DAED2;
}
</style>