Shades of Polo Blue #8DADCA
Tints of Polo Blue #8DADCA
RGB
CMYK
RGB Variations
Color information
#8DADCA (or 0x8DADCA) is known color: Polo Blue. HEX triplet: 8D, AD and CA. RGB value is (141,173,202). Sum of RGB (Red+Green+Blue) = 141+173+202=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADCA is #725235. Grayscale: #A6A6A6. Windows color (decimal): -7492150 or 13282701. OLE color: 13282701.
HSL color Cylindrical-coordinate representation of color #8DADCA: hue angle of 208.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DADCA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 173 | 202 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.21 |
| HSL | 208.52º | 0.37% | 0.67% | - |
| HSV(B) | 208.52º | 0.3% | 0.79% | - |
| XYZ | 36.59 | 39.81 | 61.63 | - |
| YUV | 166.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 202 | 0.30 | 0.14 | 0 | 0.21 | 208.52 | 0.37 | 0.67 |
| Hex | 8D | AD | CA | 1E | E | 0 | 15 | D1 | 25 | 43 |
| Octal | 215 | 255 | 312 | 36 | 16 | 0 | 25 | 321 | 45 | 103 |
| Binary | 10001101 | 10101101 | 11001010 | 11110 | 1110 | 0 | 10101 | 11010001 | 100101 | 1000011 |
Color Harmonies of #8DADCA
Complementary color
Monochromatic Colors of #8DADCA
Black with #8DADCA
Text Example
Text Example
White with #8DADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADCA; }
p { color: rgb(141,173,202); }
H1.HeaderClassName
{
color: #8DADCA;
}
.AnyTagClassName
{
color: #8DADCA;
}
</style>
background-color css
<style>
a { background-color: #8DADCA; }
a { background-color: rgb(141,173,202); }
div.DivClassName
{
background-color: #8DADCA;
}
.BgClassName
{
background-color: #8DADCA;
}
</style>
border-color css
<style>
span { border-color: #8DADCA; }
span { border-color: rgb(141,173,202); }
td.TdClassName
{
border-color: #8DADCA;
}
.TagClassName
{
border-color: #8DADCA;
}
</style>