Shades of Polo Blue #8FADCD
Tints of Polo Blue #8FADCD
RGB
CMYK
RGB Variations
Color information
#8FADCD (or 0x8FADCD) is known color: Polo Blue. HEX triplet: 8F, AD and CD. RGB value is (143,173,205). Sum of RGB (Red+Green+Blue) = 143+173+205=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCD is #705232. Grayscale: #A7A7A7. Windows color (decimal): -7361075 or 13479311. OLE color: 13479311.
HSL color Cylindrical-coordinate representation of color #8FADCD: hue angle of 210.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FADCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 173 | 205 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.20 |
| HSL | 210.97º | 0.38% | 0.68% | - |
| HSV(B) | 210.97º | 0.3% | 0.8% | - |
| XYZ | 37.29 | 40.13 | 63.54 | - |
| YUV | 167.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 205 | 0.30 | 0.16 | 0 | 0.20 | 210.97 | 0.38 | 0.68 |
| Hex | 8F | AD | CD | 1E | 10 | 0 | 14 | D3 | 26 | 44 |
| Octal | 217 | 255 | 315 | 36 | 20 | 0 | 24 | 323 | 46 | 104 |
| Binary | 10001111 | 10101101 | 11001101 | 11110 | 10000 | 0 | 10100 | 11010011 | 100110 | 1000100 |
Color Harmonies of #8FADCD
Complementary color
Monochromatic Colors of #8FADCD
Black with #8FADCD
Text Example
Text Example
White with #8FADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADCD; }
p { color: rgb(143,173,205); }
H1.HeaderClassName
{
color: #8FADCD;
}
.AnyTagClassName
{
color: #8FADCD;
}
</style>
background-color css
<style>
a { background-color: #8FADCD; }
a { background-color: rgb(143,173,205); }
div.DivClassName
{
background-color: #8FADCD;
}
.BgClassName
{
background-color: #8FADCD;
}
</style>
border-color css
<style>
span { border-color: #8FADCD; }
span { border-color: rgb(143,173,205); }
td.TdClassName
{
border-color: #8FADCD;
}
.TagClassName
{
border-color: #8FADCD;
}
</style>