Shades of Polo Blue #8FAFDB
Tints of Polo Blue #8FAFDB
RGB
CMYK
RGB Variations
Color information
#8FAFDB (or 0x8FAFDB) is known color: Polo Blue. HEX triplet: 8F, AF and DB. RGB value is (143,175,219). Sum of RGB (Red+Green+Blue) = 143+175+219=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDB is #705024. Grayscale: #AAAAAA. Windows color (decimal): -7360549 or 14397327. OLE color: 14397327.
HSL color Cylindrical-coordinate representation of color #8FAFDB: hue angle of 214.74º 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 #8FAFDB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 175 | 219 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.14 |
| HSL | 214.74º | 0.51% | 0.71% | - |
| HSV(B) | 214.74º | 0.35% | 0.86% | - |
| XYZ | 39.44 | 41.61 | 72.97 | - |
| YUV | 170.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 219 | 0.35 | 0.20 | 0 | 0.14 | 214.74 | 0.51 | 0.71 |
| Hex | 8F | AF | DB | 23 | 14 | 0 | E | D7 | 33 | 47 |
| Octal | 217 | 257 | 333 | 43 | 24 | 0 | 16 | 327 | 63 | 107 |
| Binary | 10001111 | 10101111 | 11011011 | 100011 | 10100 | 0 | 1110 | 11010111 | 110011 | 1000111 |
Color Harmonies of #8FAFDB
Complementary color
Monochromatic Colors of #8FAFDB
Black with #8FAFDB
Text Example
Text Example
White with #8FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFDB; }
p { color: rgb(143,175,219); }
H1.HeaderClassName
{
color: #8FAFDB;
}
.AnyTagClassName
{
color: #8FAFDB;
}
</style>
background-color css
<style>
a { background-color: #8FAFDB; }
a { background-color: rgb(143,175,219); }
div.DivClassName
{
background-color: #8FAFDB;
}
.BgClassName
{
background-color: #8FAFDB;
}
</style>
border-color css
<style>
span { border-color: #8FAFDB; }
span { border-color: rgb(143,175,219); }
td.TdClassName
{
border-color: #8FAFDB;
}
.TagClassName
{
border-color: #8FAFDB;
}
</style>