Shades of Polo Blue #8FB1CC
Tints of Polo Blue #8FB1CC
RGB
CMYK
RGB Variations
Color information
#8FB1CC (or 0x8FB1CC) is known color: Polo Blue. HEX triplet: 8F, B1 and CC. RGB value is (143,177,204). Sum of RGB (Red+Green+Blue) = 143+177+204=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1CC is #704E33. Grayscale: #A9A9A9. Windows color (decimal): -7360052 or 13414799. OLE color: 13414799.
HSL color Cylindrical-coordinate representation of color #8FB1CC: hue angle of 206.56º 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 #8FB1CC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 177 | 204 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.2 |
| HSL | 206.56º | 0.37% | 0.68% | - |
| HSV(B) | 206.56º | 0.3% | 0.8% | - |
| XYZ | 37.95 | 41.64 | 63.16 | - |
| YUV | 169.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 204 | 0.30 | 0.13 | 0 | 0.2 | 206.56 | 0.37 | 0.68 |
| Hex | 8F | B1 | CC | 1E | D | 0 | 14 | CF | 25 | 44 |
| Octal | 217 | 261 | 314 | 36 | 15 | 0 | 24 | 317 | 45 | 104 |
| Binary | 10001111 | 10110001 | 11001100 | 11110 | 1101 | 0 | 10100 | 11001111 | 100101 | 1000100 |
Color Harmonies of #8FB1CC
Complementary color
Monochromatic Colors of #8FB1CC
Black with #8FB1CC
Text Example
Text Example
White with #8FB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1CC; }
p { color: rgb(143,177,204); }
H1.HeaderClassName
{
color: #8FB1CC;
}
.AnyTagClassName
{
color: #8FB1CC;
}
</style>
background-color css
<style>
a { background-color: #8FB1CC; }
a { background-color: rgb(143,177,204); }
div.DivClassName
{
background-color: #8FB1CC;
}
.BgClassName
{
background-color: #8FB1CC;
}
</style>
border-color css
<style>
span { border-color: #8FB1CC; }
span { border-color: rgb(143,177,204); }
td.TdClassName
{
border-color: #8FB1CC;
}
.TagClassName
{
border-color: #8FB1CC;
}
</style>