Shades of Polo Blue #8DB3DC
Tints of Polo Blue #8DB3DC
RGB
CMYK
RGB Variations
Color information
#8DB3DC (or 0x8DB3DC) is known color: Polo Blue. HEX triplet: 8D, B3 and DC. RGB value is (141,179,220). Sum of RGB (Red+Green+Blue) = 141+179+220=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3DC is #724C23. Grayscale: #ACACAC. Windows color (decimal): -7490596 or 14463885. OLE color: 14463885.
HSL color Cylindrical-coordinate representation of color #8DB3DC: hue angle of 211.14º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB3DC is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 179 | 220 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.14 |
| HSL | 211.14º | 0.53% | 0.71% | - |
| HSV(B) | 211.14º | 0.36% | 0.86% | - |
| XYZ | 40.02 | 43.07 | 73.91 | - |
| YUV | 172.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 220 | 0.36 | 0.19 | 0 | 0.14 | 211.14 | 0.53 | 0.71 |
| Hex | 8D | B3 | DC | 24 | 13 | 0 | E | D3 | 35 | 47 |
| Octal | 215 | 263 | 334 | 44 | 23 | 0 | 16 | 323 | 65 | 107 |
| Binary | 10001101 | 10110011 | 11011100 | 100100 | 10011 | 0 | 1110 | 11010011 | 110101 | 1000111 |
Color Harmonies of #8DB3DC
Complementary color
Monochromatic Colors of #8DB3DC
Black with #8DB3DC
Text Example
Text Example
White with #8DB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3DC; }
p { color: rgb(141,179,220); }
H1.HeaderClassName
{
color: #8DB3DC;
}
.AnyTagClassName
{
color: #8DB3DC;
}
</style>
background-color css
<style>
a { background-color: #8DB3DC; }
a { background-color: rgb(141,179,220); }
div.DivClassName
{
background-color: #8DB3DC;
}
.BgClassName
{
background-color: #8DB3DC;
}
</style>
border-color css
<style>
span { border-color: #8DB3DC; }
span { border-color: rgb(141,179,220); }
td.TdClassName
{
border-color: #8DB3DC;
}
.TagClassName
{
border-color: #8DB3DC;
}
</style>