Shades of Polo Blue #8DA8CB
Tints of Polo Blue #8DA8CB
RGB
CMYK
RGB Variations
Color information
#8DA8CB (or 0x8DA8CB) is known color: Polo Blue. HEX triplet: 8D, A8 and CB. RGB value is (141,168,203). Sum of RGB (Red+Green+Blue) = 141+168+203=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8CB is #725734. Grayscale: #A3A3A3. Windows color (decimal): -7493429 or 13346957. OLE color: 13346957.
HSL color Cylindrical-coordinate representation of color #8DA8CB: hue angle of 213.87º 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 #8DA8CB is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 168 | 203 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.20 |
| HSL | 213.87º | 0.37% | 0.67% | - |
| HSV(B) | 213.87º | 0.31% | 0.8% | - |
| XYZ | 35.77 | 37.98 | 61.95 | - |
| YUV | 163.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 203 | 0.31 | 0.17 | 0 | 0.20 | 213.87 | 0.37 | 0.67 |
| Hex | 8D | A8 | CB | 1F | 11 | 0 | 14 | D6 | 25 | 43 |
| Octal | 215 | 250 | 313 | 37 | 21 | 0 | 24 | 326 | 45 | 103 |
| Binary | 10001101 | 10101000 | 11001011 | 11111 | 10001 | 0 | 10100 | 11010110 | 100101 | 1000011 |
Color Harmonies of #8DA8CB
Complementary color
Monochromatic Colors of #8DA8CB
Black with #8DA8CB
Text Example
Text Example
White with #8DA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8CB; }
p { color: rgb(141,168,203); }
H1.HeaderClassName
{
color: #8DA8CB;
}
.AnyTagClassName
{
color: #8DA8CB;
}
</style>
background-color css
<style>
a { background-color: #8DA8CB; }
a { background-color: rgb(141,168,203); }
div.DivClassName
{
background-color: #8DA8CB;
}
.BgClassName
{
background-color: #8DA8CB;
}
</style>
border-color css
<style>
span { border-color: #8DA8CB; }
span { border-color: rgb(141,168,203); }
td.TdClassName
{
border-color: #8DA8CB;
}
.TagClassName
{
border-color: #8DA8CB;
}
</style>