Shades of Polo Blue #8FB7DC
Tints of Polo Blue #8FB7DC
RGB
CMYK
RGB Variations
Color information
#8FB7DC (or 0x8FB7DC) is known color: Polo Blue. HEX triplet: 8F, B7 and DC. RGB value is (143,183,220). Sum of RGB (Red+Green+Blue) = 143+183+220=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7DC is #704823. Grayscale: #AFAFAF. Windows color (decimal): -7358500 or 14464911. OLE color: 14464911.
HSL color Cylindrical-coordinate representation of color #8FB7DC: hue angle of 208.83º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB7DC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 183 | 220 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.14 |
| HSL | 208.83º | 0.52% | 0.71% | - |
| HSV(B) | 208.83º | 0.35% | 0.86% | - |
| XYZ | 41.18 | 44.87 | 74.2 | - |
| YUV | 175.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 220 | 0.35 | 0.17 | 0 | 0.14 | 208.83 | 0.52 | 0.71 |
| Hex | 8F | B7 | DC | 23 | 11 | 0 | E | D1 | 34 | 47 |
| Octal | 217 | 267 | 334 | 43 | 21 | 0 | 16 | 321 | 64 | 107 |
| Binary | 10001111 | 10110111 | 11011100 | 100011 | 10001 | 0 | 1110 | 11010001 | 110100 | 1000111 |
Color Harmonies of #8FB7DC
Complementary color
Monochromatic Colors of #8FB7DC
Black with #8FB7DC
Text Example
Text Example
White with #8FB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7DC; }
p { color: rgb(143,183,220); }
H1.HeaderClassName
{
color: #8FB7DC;
}
.AnyTagClassName
{
color: #8FB7DC;
}
</style>
background-color css
<style>
a { background-color: #8FB7DC; }
a { background-color: rgb(143,183,220); }
div.DivClassName
{
background-color: #8FB7DC;
}
.BgClassName
{
background-color: #8FB7DC;
}
</style>
border-color css
<style>
span { border-color: #8FB7DC; }
span { border-color: rgb(143,183,220); }
td.TdClassName
{
border-color: #8FB7DC;
}
.TagClassName
{
border-color: #8FB7DC;
}
</style>