Shades of Polo Blue #8DA6C3
Tints of Polo Blue #8DA6C3
RGB
CMYK
RGB Variations
Color information
#8DA6C3 (or 0x8DA6C3) is known color: Polo Blue. HEX triplet: 8D, A6 and C3. RGB value is (141,166,195). Sum of RGB (Red+Green+Blue) = 141+166+195=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #8DA6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6C3 is #72593C. Grayscale: #A1A1A1. Windows color (decimal): -7493949 or 12822157. OLE color: 12822157.
HSL color Cylindrical-coordinate representation of color #8DA6C3: hue angle of 212.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA6C3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 166 | 195 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.24 |
| HSL | 212.22º | 0.31% | 0.66% | - |
| HSV(B) | 212.22º | 0.28% | 0.76% | - |
| XYZ | 34.47 | 36.88 | 56.93 | - |
| YUV | 161.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 195 | 0.28 | 0.15 | 0 | 0.24 | 212.22 | 0.31 | 0.66 |
| Hex | 8D | A6 | C3 | 1C | F | 0 | 18 | D4 | 1F | 42 |
| Octal | 215 | 246 | 303 | 34 | 17 | 0 | 30 | 324 | 37 | 102 |
| Binary | 10001101 | 10100110 | 11000011 | 11100 | 1111 | 0 | 11000 | 11010100 | 11111 | 1000010 |
Color Harmonies of #8DA6C3
Complementary color
Monochromatic Colors of #8DA6C3
Black with #8DA6C3
Text Example
Text Example
White with #8DA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA6C3; }
p { color: rgb(141,166,195); }
H1.HeaderClassName
{
color: #8DA6C3;
}
.AnyTagClassName
{
color: #8DA6C3;
}
</style>
background-color css
<style>
a { background-color: #8DA6C3; }
a { background-color: rgb(141,166,195); }
div.DivClassName
{
background-color: #8DA6C3;
}
.BgClassName
{
background-color: #8DA6C3;
}
</style>
border-color css
<style>
span { border-color: #8DA6C3; }
span { border-color: rgb(141,166,195); }
td.TdClassName
{
border-color: #8DA6C3;
}
.TagClassName
{
border-color: #8DA6C3;
}
</style>