Shades of Polo Blue #8FADD2
Tints of Polo Blue #8FADD2
RGB
CMYK
RGB Variations
Color information
#8FADD2 (or 0x8FADD2) is known color: Polo Blue. HEX triplet: 8F, AD and D2. RGB value is (143,173,210). Sum of RGB (Red+Green+Blue) = 143+173+210=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #8FADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADD2 is #70522D. Grayscale: #A8A8A8. Windows color (decimal): -7361070 or 13806991. OLE color: 13806991.
HSL color Cylindrical-coordinate representation of color #8FADD2: hue angle of 213.13º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FADD2 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 173 | 210 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.18 |
| HSL | 213.13º | 0.43% | 0.69% | - |
| HSV(B) | 213.13º | 0.32% | 0.82% | - |
| XYZ | 37.9 | 40.38 | 66.77 | - |
| YUV | 168.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 210 | 0.32 | 0.18 | 0 | 0.18 | 213.13 | 0.43 | 0.69 |
| Hex | 8F | AD | D2 | 20 | 12 | 0 | 12 | D5 | 2B | 45 |
| Octal | 217 | 255 | 322 | 40 | 22 | 0 | 22 | 325 | 53 | 105 |
| Binary | 10001111 | 10101101 | 11010010 | 100000 | 10010 | 0 | 10010 | 11010101 | 101011 | 1000101 |
Color Harmonies of #8FADD2
Complementary color
Monochromatic Colors of #8FADD2
Black with #8FADD2
Text Example
Text Example
White with #8FADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADD2; }
p { color: rgb(143,173,210); }
H1.HeaderClassName
{
color: #8FADD2;
}
.AnyTagClassName
{
color: #8FADD2;
}
</style>
background-color css
<style>
a { background-color: #8FADD2; }
a { background-color: rgb(143,173,210); }
div.DivClassName
{
background-color: #8FADD2;
}
.BgClassName
{
background-color: #8FADD2;
}
</style>
border-color css
<style>
span { border-color: #8FADD2; }
span { border-color: rgb(143,173,210); }
td.TdClassName
{
border-color: #8FADD2;
}
.TagClassName
{
border-color: #8FADD2;
}
</style>