Shades of Polo Blue #8DB0DD
Tints of Polo Blue #8DB0DD
RGB
CMYK
RGB Variations
Color information
#8DB0DD (or 0x8DB0DD) is known color: Polo Blue. HEX triplet: 8D, B0 and DD. RGB value is (141,176,221). Sum of RGB (Red+Green+Blue) = 141+176+221=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0DD is #724F22. Grayscale: #AAAAAA. Windows color (decimal): -7491363 or 14528653. OLE color: 14528653.
HSL color Cylindrical-coordinate representation of color #8DB0DD: hue angle of 213.75º degrees, saturation: 0.54, 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 #8DB0DD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 176 | 221 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.13 |
| HSL | 213.75º | 0.54% | 0.71% | - |
| HSV(B) | 213.75º | 0.36% | 0.87% | - |
| XYZ | 39.56 | 41.93 | 74.42 | - |
| YUV | 170.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 221 | 0.36 | 0.20 | 0 | 0.13 | 213.75 | 0.54 | 0.71 |
| Hex | 8D | B0 | DD | 24 | 14 | 0 | D | D6 | 36 | 47 |
| Octal | 215 | 260 | 335 | 44 | 24 | 0 | 15 | 326 | 66 | 107 |
| Binary | 10001101 | 10110000 | 11011101 | 100100 | 10100 | 0 | 1101 | 11010110 | 110110 | 1000111 |
Color Harmonies of #8DB0DD
Complementary color
Monochromatic Colors of #8DB0DD
Black with #8DB0DD
Text Example
Text Example
White with #8DB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0DD; }
p { color: rgb(141,176,221); }
H1.HeaderClassName
{
color: #8DB0DD;
}
.AnyTagClassName
{
color: #8DB0DD;
}
</style>
background-color css
<style>
a { background-color: #8DB0DD; }
a { background-color: rgb(141,176,221); }
div.DivClassName
{
background-color: #8DB0DD;
}
.BgClassName
{
background-color: #8DB0DD;
}
</style>
border-color css
<style>
span { border-color: #8DB0DD; }
span { border-color: rgb(141,176,221); }
td.TdClassName
{
border-color: #8DB0DD;
}
.TagClassName
{
border-color: #8DB0DD;
}
</style>