Shades of Polo Blue #8FADCC
Tints of Polo Blue #8FADCC
RGB
CMYK
RGB Variations
Color information
#8FADCC (or 0x8FADCC) is known color: Polo Blue. HEX triplet: 8F, AD and CC. RGB value is (143,173,204). Sum of RGB (Red+Green+Blue) = 143+173+204=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCC is #705233. Grayscale: #A7A7A7. Windows color (decimal): -7361076 or 13413775. OLE color: 13413775.
HSL color Cylindrical-coordinate representation of color #8FADCC: hue angle of 210.49º degrees, saturation: 0.37, 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 #8FADCC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 173 | 204 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.2 |
| HSL | 210.49º | 0.37% | 0.68% | - |
| HSV(B) | 210.49º | 0.3% | 0.8% | - |
| XYZ | 37.17 | 40.09 | 62.91 | - |
| YUV | 167.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 204 | 0.30 | 0.15 | 0 | 0.2 | 210.49 | 0.37 | 0.68 |
| Hex | 8F | AD | CC | 1E | F | 0 | 14 | D2 | 25 | 44 |
| Octal | 217 | 255 | 314 | 36 | 17 | 0 | 24 | 322 | 45 | 104 |
| Binary | 10001111 | 10101101 | 11001100 | 11110 | 1111 | 0 | 10100 | 11010010 | 100101 | 1000100 |
Color Harmonies of #8FADCC
Complementary color
Monochromatic Colors of #8FADCC
Black with #8FADCC
Text Example
Text Example
White with #8FADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADCC; }
p { color: rgb(143,173,204); }
H1.HeaderClassName
{
color: #8FADCC;
}
.AnyTagClassName
{
color: #8FADCC;
}
</style>
background-color css
<style>
a { background-color: #8FADCC; }
a { background-color: rgb(143,173,204); }
div.DivClassName
{
background-color: #8FADCC;
}
.BgClassName
{
background-color: #8FADCC;
}
</style>
border-color css
<style>
span { border-color: #8FADCC; }
span { border-color: rgb(143,173,204); }
td.TdClassName
{
border-color: #8FADCC;
}
.TagClassName
{
border-color: #8FADCC;
}
</style>