Shades of Polo Blue #8FB1DD
Tints of Polo Blue #8FB1DD
RGB
CMYK
RGB Variations
Color information
#8FB1DD (or 0x8FB1DD) is known color: Polo Blue. HEX triplet: 8F, B1 and DD. RGB value is (143,177,221). Sum of RGB (Red+Green+Blue) = 143+177+221=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1DD is #704E22. Grayscale: #ABABAB. Windows color (decimal): -7360035 or 14528911. OLE color: 14528911.
HSL color Cylindrical-coordinate representation of color #8FB1DD: hue angle of 213.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB1DD is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 177 | 221 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.13 |
| HSL | 213.85º | 0.53% | 0.71% | - |
| HSV(B) | 213.85º | 0.35% | 0.87% | - |
| XYZ | 40.1 | 42.5 | 74.5 | - |
| YUV | 171.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 221 | 0.35 | 0.20 | 0 | 0.13 | 213.85 | 0.53 | 0.71 |
| Hex | 8F | B1 | DD | 23 | 14 | 0 | D | D6 | 35 | 47 |
| Octal | 217 | 261 | 335 | 43 | 24 | 0 | 15 | 326 | 65 | 107 |
| Binary | 10001111 | 10110001 | 11011101 | 100011 | 10100 | 0 | 1101 | 11010110 | 110101 | 1000111 |
Color Harmonies of #8FB1DD
Complementary color
Monochromatic Colors of #8FB1DD
Black with #8FB1DD
Text Example
Text Example
White with #8FB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1DD; }
p { color: rgb(143,177,221); }
H1.HeaderClassName
{
color: #8FB1DD;
}
.AnyTagClassName
{
color: #8FB1DD;
}
</style>
background-color css
<style>
a { background-color: #8FB1DD; }
a { background-color: rgb(143,177,221); }
div.DivClassName
{
background-color: #8FB1DD;
}
.BgClassName
{
background-color: #8FB1DD;
}
</style>
border-color css
<style>
span { border-color: #8FB1DD; }
span { border-color: rgb(143,177,221); }
td.TdClassName
{
border-color: #8FB1DD;
}
.TagClassName
{
border-color: #8FB1DD;
}
</style>