Shades of Polo Blue #8FB0DF
Tints of Polo Blue #8FB0DF
RGB
CMYK
RGB Variations
Color information
#8FB0DF (or 0x8FB0DF) is known color: Polo Blue. HEX triplet: 8F, B0 and DF. RGB value is (143,176,223). Sum of RGB (Red+Green+Blue) = 143+176+223=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0DF is #704F20. Grayscale: #ABABAB. Windows color (decimal): -7360289 or 14659727. OLE color: 14659727.
HSL color Cylindrical-coordinate representation of color #8FB0DF: hue angle of 215.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB0DF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 176 | 223 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.13 |
| HSL | 215.25º | 0.56% | 0.72% | - |
| HSV(B) | 215.25º | 0.36% | 0.87% | - |
| XYZ | 40.17 | 42.22 | 75.84 | - |
| YUV | 171.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 223 | 0.36 | 0.21 | 0 | 0.13 | 215.25 | 0.56 | 0.72 |
| Hex | 8F | B0 | DF | 24 | 15 | 0 | D | D7 | 38 | 48 |
| Octal | 217 | 260 | 337 | 44 | 25 | 0 | 15 | 327 | 70 | 110 |
| Binary | 10001111 | 10110000 | 11011111 | 100100 | 10101 | 0 | 1101 | 11010111 | 111000 | 1001000 |
Color Harmonies of #8FB0DF
Complementary color
Monochromatic Colors of #8FB0DF
Black with #8FB0DF
Text Example
Text Example
White with #8FB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB0DF; }
p { color: rgb(143,176,223); }
H1.HeaderClassName
{
color: #8FB0DF;
}
.AnyTagClassName
{
color: #8FB0DF;
}
</style>
background-color css
<style>
a { background-color: #8FB0DF; }
a { background-color: rgb(143,176,223); }
div.DivClassName
{
background-color: #8FB0DF;
}
.BgClassName
{
background-color: #8FB0DF;
}
</style>
border-color css
<style>
span { border-color: #8FB0DF; }
span { border-color: rgb(143,176,223); }
td.TdClassName
{
border-color: #8FB0DF;
}
.TagClassName
{
border-color: #8FB0DF;
}
</style>