Shades of Polo Blue #8FB2CF
Tints of Polo Blue #8FB2CF
RGB
CMYK
RGB Variations
Color information
#8FB2CF (or 0x8FB2CF) is known color: Polo Blue. HEX triplet: 8F, B2 and CF. RGB value is (143,178,207). Sum of RGB (Red+Green+Blue) = 143+178+207=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2CF is #704D30. Grayscale: #AAAAAA. Windows color (decimal): -7359793 or 13611663. OLE color: 13611663.
HSL color Cylindrical-coordinate representation of color #8FB2CF: hue angle of 207.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB2CF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 178 | 207 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.19 |
| HSL | 207.19º | 0.4% | 0.69% | - |
| HSV(B) | 207.19º | 0.31% | 0.81% | - |
| XYZ | 38.51 | 42.19 | 65.14 | - |
| YUV | 170.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 207 | 0.31 | 0.14 | 0 | 0.19 | 207.19 | 0.4 | 0.69 |
| Hex | 8F | B2 | CF | 1F | E | 0 | 13 | CF | 28 | 45 |
| Octal | 217 | 262 | 317 | 37 | 16 | 0 | 23 | 317 | 50 | 105 |
| Binary | 10001111 | 10110010 | 11001111 | 11111 | 1110 | 0 | 10011 | 11001111 | 101000 | 1000101 |
Color Harmonies of #8FB2CF
Complementary color
Monochromatic Colors of #8FB2CF
Black with #8FB2CF
Text Example
Text Example
White with #8FB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB2CF; }
p { color: rgb(143,178,207); }
H1.HeaderClassName
{
color: #8FB2CF;
}
.AnyTagClassName
{
color: #8FB2CF;
}
</style>
background-color css
<style>
a { background-color: #8FB2CF; }
a { background-color: rgb(143,178,207); }
div.DivClassName
{
background-color: #8FB2CF;
}
.BgClassName
{
background-color: #8FB2CF;
}
</style>
border-color css
<style>
span { border-color: #8FB2CF; }
span { border-color: rgb(143,178,207); }
td.TdClassName
{
border-color: #8FB2CF;
}
.TagClassName
{
border-color: #8FB2CF;
}
</style>