Shades of Polo Blue #8DB2CB
Tints of Polo Blue #8DB2CB
RGB
CMYK
RGB Variations
Color information
#8DB2CB (or 0x8DB2CB) is known color: Polo Blue. HEX triplet: 8D, B2 and CB. RGB value is (141,178,203). Sum of RGB (Red+Green+Blue) = 141+178+203=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2CB is #724D34. Grayscale: #A9A9A9. Windows color (decimal): -7490869 or 13349517. OLE color: 13349517.
HSL color Cylindrical-coordinate representation of color #8DB2CB: hue angle of 204.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB2CB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 178 | 203 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.20 |
| HSL | 204.19º | 0.37% | 0.67% | - |
| HSV(B) | 204.19º | 0.31% | 0.8% | - |
| XYZ | 37.68 | 41.82 | 62.58 | - |
| YUV | 169.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 203 | 0.31 | 0.12 | 0 | 0.20 | 204.19 | 0.37 | 0.67 |
| Hex | 8D | B2 | CB | 1F | C | 0 | 14 | CC | 25 | 43 |
| Octal | 215 | 262 | 313 | 37 | 14 | 0 | 24 | 314 | 45 | 103 |
| Binary | 10001101 | 10110010 | 11001011 | 11111 | 1100 | 0 | 10100 | 11001100 | 100101 | 1000011 |
Color Harmonies of #8DB2CB
Complementary color
Monochromatic Colors of #8DB2CB
Black with #8DB2CB
Text Example
Text Example
White with #8DB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2CB; }
p { color: rgb(141,178,203); }
H1.HeaderClassName
{
color: #8DB2CB;
}
.AnyTagClassName
{
color: #8DB2CB;
}
</style>
background-color css
<style>
a { background-color: #8DB2CB; }
a { background-color: rgb(141,178,203); }
div.DivClassName
{
background-color: #8DB2CB;
}
.BgClassName
{
background-color: #8DB2CB;
}
</style>
border-color css
<style>
span { border-color: #8DB2CB; }
span { border-color: rgb(141,178,203); }
td.TdClassName
{
border-color: #8DB2CB;
}
.TagClassName
{
border-color: #8DB2CB;
}
</style>