Shades of Polo Blue #8DB3CB
Tints of Polo Blue #8DB3CB
RGB
CMYK
RGB Variations
Color information
#8DB3CB (or 0x8DB3CB) is known color: Polo Blue. HEX triplet: 8D, B3 and CB. RGB value is (141,179,203). Sum of RGB (Red+Green+Blue) = 141+179+203=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3CB is #724C34. Grayscale: #AAAAAA. Windows color (decimal): -7490613 or 13349773. OLE color: 13349773.
HSL color Cylindrical-coordinate representation of color #8DB3CB: hue angle of 203.23º 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 #8DB3CB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 179 | 203 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.20 |
| HSL | 203.23º | 0.37% | 0.67% | - |
| HSV(B) | 203.23º | 0.31% | 0.8% | - |
| XYZ | 37.88 | 42.21 | 62.65 | - |
| YUV | 170.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 203 | 0.31 | 0.12 | 0 | 0.20 | 203.23 | 0.37 | 0.67 |
| Hex | 8D | B3 | CB | 1F | C | 0 | 14 | CB | 25 | 43 |
| Octal | 215 | 263 | 313 | 37 | 14 | 0 | 24 | 313 | 45 | 103 |
| Binary | 10001101 | 10110011 | 11001011 | 11111 | 1100 | 0 | 10100 | 11001011 | 100101 | 1000011 |
Color Harmonies of #8DB3CB
Complementary color
Monochromatic Colors of #8DB3CB
Black with #8DB3CB
Text Example
Text Example
White with #8DB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3CB; }
p { color: rgb(141,179,203); }
H1.HeaderClassName
{
color: #8DB3CB;
}
.AnyTagClassName
{
color: #8DB3CB;
}
</style>
background-color css
<style>
a { background-color: #8DB3CB; }
a { background-color: rgb(141,179,203); }
div.DivClassName
{
background-color: #8DB3CB;
}
.BgClassName
{
background-color: #8DB3CB;
}
</style>
border-color css
<style>
span { border-color: #8DB3CB; }
span { border-color: rgb(141,179,203); }
td.TdClassName
{
border-color: #8DB3CB;
}
.TagClassName
{
border-color: #8DB3CB;
}
</style>