Shades of Polo Blue #8DA2CC
Tints of Polo Blue #8DA2CC
RGB
CMYK
RGB Variations
Color information
#8DA2CC (or 0x8DA2CC) is known color: Polo Blue. HEX triplet: 8D, A2 and CC. RGB value is (141,162,204). Sum of RGB (Red+Green+Blue) = 141+162+204=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CC is #725D33. Grayscale: #A0A0A0. Windows color (decimal): -7494964 or 13410957. OLE color: 13410957.
HSL color Cylindrical-coordinate representation of color #8DA2CC: hue angle of 220º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA2CC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 162 | 204 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.2 |
| HSL | 220º | 0.38% | 0.68% | - |
| HSV(B) | 220º | 0.31% | 0.8% | - |
| XYZ | 34.8 | 35.86 | 62.21 | - |
| YUV | 160.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 204 | 0.31 | 0.21 | 0 | 0.2 | 220 | 0.38 | 0.68 |
| Hex | 8D | A2 | CC | 1F | 15 | 0 | 14 | DC | 26 | 44 |
| Octal | 215 | 242 | 314 | 37 | 25 | 0 | 24 | 334 | 46 | 104 |
| Binary | 10001101 | 10100010 | 11001100 | 11111 | 10101 | 0 | 10100 | 11011100 | 100110 | 1000100 |
Color Harmonies of #8DA2CC
Complementary color
Monochromatic Colors of #8DA2CC
Black with #8DA2CC
Text Example
Text Example
White with #8DA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2CC; }
p { color: rgb(141,162,204); }
H1.HeaderClassName
{
color: #8DA2CC;
}
.AnyTagClassName
{
color: #8DA2CC;
}
</style>
background-color css
<style>
a { background-color: #8DA2CC; }
a { background-color: rgb(141,162,204); }
div.DivClassName
{
background-color: #8DA2CC;
}
.BgClassName
{
background-color: #8DA2CC;
}
</style>
border-color css
<style>
span { border-color: #8DA2CC; }
span { border-color: rgb(141,162,204); }
td.TdClassName
{
border-color: #8DA2CC;
}
.TagClassName
{
border-color: #8DA2CC;
}
</style>