Shades of Polo Blue #8DADD3
Tints of Polo Blue #8DADD3
RGB
CMYK
RGB Variations
Color information
#8DADD3 (or 0x8DADD3) is known color: Polo Blue. HEX triplet: 8D, AD and D3. RGB value is (141,173,211). Sum of RGB (Red+Green+Blue) = 141+173+211=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADD3 is #72522C. Grayscale: #A7A7A7. Windows color (decimal): -7492141 or 13872525. OLE color: 13872525.
HSL color Cylindrical-coordinate representation of color #8DADD3: hue angle of 212.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DADD3 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 173 | 211 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.17 |
| HSL | 212.57º | 0.44% | 0.69% | - |
| HSV(B) | 212.57º | 0.33% | 0.83% | - |
| XYZ | 37.69 | 40.25 | 67.41 | - |
| YUV | 167.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 211 | 0.33 | 0.18 | 0 | 0.17 | 212.57 | 0.44 | 0.69 |
| Hex | 8D | AD | D3 | 21 | 12 | 0 | 11 | D5 | 2C | 45 |
| Octal | 215 | 255 | 323 | 41 | 22 | 0 | 21 | 325 | 54 | 105 |
| Binary | 10001101 | 10101101 | 11010011 | 100001 | 10010 | 0 | 10001 | 11010101 | 101100 | 1000101 |
Color Harmonies of #8DADD3
Complementary color
Monochromatic Colors of #8DADD3
Black with #8DADD3
Text Example
Text Example
White with #8DADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADD3; }
p { color: rgb(141,173,211); }
H1.HeaderClassName
{
color: #8DADD3;
}
.AnyTagClassName
{
color: #8DADD3;
}
</style>
background-color css
<style>
a { background-color: #8DADD3; }
a { background-color: rgb(141,173,211); }
div.DivClassName
{
background-color: #8DADD3;
}
.BgClassName
{
background-color: #8DADD3;
}
</style>
border-color css
<style>
span { border-color: #8DADD3; }
span { border-color: rgb(141,173,211); }
td.TdClassName
{
border-color: #8DADD3;
}
.TagClassName
{
border-color: #8DADD3;
}
</style>