Shades of Polo Blue #8DADDE
Tints of Polo Blue #8DADDE
RGB
CMYK
RGB Variations
Color information
#8DADDE (or 0x8DADDE) is known color: Polo Blue. HEX triplet: 8D, AD and DE. RGB value is (141,173,222). Sum of RGB (Red+Green+Blue) = 141+173+222=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADDE is #725221. Grayscale: #A8A8A8. Windows color (decimal): -7492130 or 14593421. OLE color: 14593421.
HSL color Cylindrical-coordinate representation of color #8DADDE: hue angle of 216.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DADDE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 173 | 222 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.13 |
| HSL | 216.3º | 0.55% | 0.71% | - |
| HSV(B) | 216.3º | 0.36% | 0.87% | - |
| XYZ | 39.11 | 40.82 | 74.93 | - |
| YUV | 169.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 222 | 0.36 | 0.22 | 0 | 0.13 | 216.3 | 0.55 | 0.71 |
| Hex | 8D | AD | DE | 24 | 16 | 0 | D | D8 | 37 | 47 |
| Octal | 215 | 255 | 336 | 44 | 26 | 0 | 15 | 330 | 67 | 107 |
| Binary | 10001101 | 10101101 | 11011110 | 100100 | 10110 | 0 | 1101 | 11011000 | 110111 | 1000111 |
Color Harmonies of #8DADDE
Complementary color
Monochromatic Colors of #8DADDE
Black with #8DADDE
Text Example
Text Example
White with #8DADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADDE; }
p { color: rgb(141,173,222); }
H1.HeaderClassName
{
color: #8DADDE;
}
.AnyTagClassName
{
color: #8DADDE;
}
</style>
background-color css
<style>
a { background-color: #8DADDE; }
a { background-color: rgb(141,173,222); }
div.DivClassName
{
background-color: #8DADDE;
}
.BgClassName
{
background-color: #8DADDE;
}
</style>
border-color css
<style>
span { border-color: #8DADDE; }
span { border-color: rgb(141,173,222); }
td.TdClassName
{
border-color: #8DADDE;
}
.TagClassName
{
border-color: #8DADDE;
}
</style>