Shades of Polo Blue #8DB1DD
Tints of Polo Blue #8DB1DD
RGB
CMYK
RGB Variations
Color information
#8DB1DD (or 0x8DB1DD) is known color: Polo Blue. HEX triplet: 8D, B1 and DD. RGB value is (141,177,221). Sum of RGB (Red+Green+Blue) = 141+177+221=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1DD is #724E22. Grayscale: #ABABAB. Windows color (decimal): -7491107 or 14528909. OLE color: 14528909.
HSL color Cylindrical-coordinate representation of color #8DB1DD: hue angle of 213º 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 #8DB1DD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 177 | 221 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.13 |
| HSL | 213º | 0.54% | 0.71% | - |
| HSV(B) | 213º | 0.36% | 0.87% | - |
| XYZ | 39.76 | 42.33 | 74.48 | - |
| YUV | 171.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 221 | 0.36 | 0.20 | 0 | 0.13 | 213 | 0.54 | 0.71 |
| Hex | 8D | B1 | DD | 24 | 14 | 0 | D | D5 | 36 | 47 |
| Octal | 215 | 261 | 335 | 44 | 24 | 0 | 15 | 325 | 66 | 107 |
| Binary | 10001101 | 10110001 | 11011101 | 100100 | 10100 | 0 | 1101 | 11010101 | 110110 | 1000111 |
Color Harmonies of #8DB1DD
Complementary color
Monochromatic Colors of #8DB1DD
Black with #8DB1DD
Text Example
Text Example
White with #8DB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1DD; }
p { color: rgb(141,177,221); }
H1.HeaderClassName
{
color: #8DB1DD;
}
.AnyTagClassName
{
color: #8DB1DD;
}
</style>
background-color css
<style>
a { background-color: #8DB1DD; }
a { background-color: rgb(141,177,221); }
div.DivClassName
{
background-color: #8DB1DD;
}
.BgClassName
{
background-color: #8DB1DD;
}
</style>
border-color css
<style>
span { border-color: #8DB1DD; }
span { border-color: rgb(141,177,221); }
td.TdClassName
{
border-color: #8DB1DD;
}
.TagClassName
{
border-color: #8DB1DD;
}
</style>