Shades of Polo Blue #8FADDD
Tints of Polo Blue #8FADDD
RGB
CMYK
RGB Variations
Color information
#8FADDD (or 0x8FADDD) is known color: Polo Blue. HEX triplet: 8F, AD and DD. RGB value is (143,173,221). Sum of RGB (Red+Green+Blue) = 143+173+221=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDD is #705222. Grayscale: #A9A9A9. Windows color (decimal): -7361059 or 14527887. OLE color: 14527887.
HSL color Cylindrical-coordinate representation of color #8FADDD: hue angle of 216.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FADDD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 173 | 221 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.13 |
| HSL | 216.92º | 0.53% | 0.71% | - |
| HSV(B) | 216.92º | 0.35% | 0.87% | - |
| XYZ | 39.32 | 40.95 | 74.24 | - |
| YUV | 169.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 221 | 0.35 | 0.22 | 0 | 0.13 | 216.92 | 0.53 | 0.71 |
| Hex | 8F | AD | DD | 23 | 16 | 0 | D | D9 | 35 | 47 |
| Octal | 217 | 255 | 335 | 43 | 26 | 0 | 15 | 331 | 65 | 107 |
| Binary | 10001111 | 10101101 | 11011101 | 100011 | 10110 | 0 | 1101 | 11011001 | 110101 | 1000111 |
Color Harmonies of #8FADDD
Complementary color
Monochromatic Colors of #8FADDD
Black with #8FADDD
Text Example
Text Example
White with #8FADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADDD; }
p { color: rgb(143,173,221); }
H1.HeaderClassName
{
color: #8FADDD;
}
.AnyTagClassName
{
color: #8FADDD;
}
</style>
background-color css
<style>
a { background-color: #8FADDD; }
a { background-color: rgb(143,173,221); }
div.DivClassName
{
background-color: #8FADDD;
}
.BgClassName
{
background-color: #8FADDD;
}
</style>
border-color css
<style>
span { border-color: #8FADDD; }
span { border-color: rgb(143,173,221); }
td.TdClassName
{
border-color: #8FADDD;
}
.TagClassName
{
border-color: #8FADDD;
}
</style>