Shades of Polo Blue #8DADDA
Tints of Polo Blue #8DADDA
RGB
CMYK
RGB Variations
Color information
#8DADDA (or 0x8DADDA) is known color: Polo Blue. HEX triplet: 8D, AD and DA. RGB value is (141,173,218). Sum of RGB (Red+Green+Blue) = 141+173+218=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #8DADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDA is #725225. Grayscale: #A8A8A8. Windows color (decimal): -7492134 or 14331277. OLE color: 14331277.
HSL color Cylindrical-coordinate representation of color #8DADDA: hue angle of 215.06º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DADDA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 173 | 218 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.15 |
| HSL | 215.06º | 0.51% | 0.7% | - |
| HSV(B) | 215.06º | 0.35% | 0.85% | - |
| XYZ | 38.58 | 40.61 | 72.13 | - |
| YUV | 168.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 218 | 0.35 | 0.21 | 0 | 0.15 | 215.06 | 0.51 | 0.7 |
| Hex | 8D | AD | DA | 23 | 15 | 0 | F | D7 | 33 | 46 |
| Octal | 215 | 255 | 332 | 43 | 25 | 0 | 17 | 327 | 63 | 106 |
| Binary | 10001101 | 10101101 | 11011010 | 100011 | 10101 | 0 | 1111 | 11010111 | 110011 | 1000110 |
Color Harmonies of #8DADDA
Complementary color
Monochromatic Colors of #8DADDA
Black with #8DADDA
Text Example
Text Example
White with #8DADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADDA; }
p { color: rgb(141,173,218); }
H1.HeaderClassName
{
color: #8DADDA;
}
.AnyTagClassName
{
color: #8DADDA;
}
</style>
background-color css
<style>
a { background-color: #8DADDA; }
a { background-color: rgb(141,173,218); }
div.DivClassName
{
background-color: #8DADDA;
}
.BgClassName
{
background-color: #8DADDA;
}
</style>
border-color css
<style>
span { border-color: #8DADDA; }
span { border-color: rgb(141,173,218); }
td.TdClassName
{
border-color: #8DADDA;
}
.TagClassName
{
border-color: #8DADDA;
}
</style>