Shades of Polo Blue #8FB0DB
Tints of Polo Blue #8FB0DB
RGB
CMYK
RGB Variations
Color information
#8FB0DB (or 0x8FB0DB) is known color: Polo Blue. HEX triplet: 8F, B0 and DB. RGB value is (143,176,219). Sum of RGB (Red+Green+Blue) = 143+176+219=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0DB is #704F24. Grayscale: #AAAAAA. Windows color (decimal): -7360293 or 14397583. OLE color: 14397583.
HSL color Cylindrical-coordinate representation of color #8FB0DB: hue angle of 213.95º degrees, saturation: 0.51, 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 #8FB0DB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 176 | 219 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.14 |
| HSL | 213.95º | 0.51% | 0.71% | - |
| HSV(B) | 213.95º | 0.35% | 0.86% | - |
| XYZ | 39.64 | 42 | 73.04 | - |
| YUV | 171.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 219 | 0.35 | 0.20 | 0 | 0.14 | 213.95 | 0.51 | 0.71 |
| Hex | 8F | B0 | DB | 23 | 14 | 0 | E | D6 | 33 | 47 |
| Octal | 217 | 260 | 333 | 43 | 24 | 0 | 16 | 326 | 63 | 107 |
| Binary | 10001111 | 10110000 | 11011011 | 100011 | 10100 | 0 | 1110 | 11010110 | 110011 | 1000111 |
Color Harmonies of #8FB0DB
Complementary color
Monochromatic Colors of #8FB0DB
Black with #8FB0DB
Text Example
Text Example
White with #8FB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB0DB; }
p { color: rgb(143,176,219); }
H1.HeaderClassName
{
color: #8FB0DB;
}
.AnyTagClassName
{
color: #8FB0DB;
}
</style>
background-color css
<style>
a { background-color: #8FB0DB; }
a { background-color: rgb(143,176,219); }
div.DivClassName
{
background-color: #8FB0DB;
}
.BgClassName
{
background-color: #8FB0DB;
}
</style>
border-color css
<style>
span { border-color: #8FB0DB; }
span { border-color: rgb(143,176,219); }
td.TdClassName
{
border-color: #8FB0DB;
}
.TagClassName
{
border-color: #8FB0DB;
}
</style>