Shades of Polo Blue #8BA8CF
Tints of Polo Blue #8BA8CF
RGB
CMYK
RGB Variations
Color information
#8BA8CF (or 0x8BA8CF) is known color: Polo Blue. HEX triplet: 8B, A8 and CF. RGB value is (139,168,207). Sum of RGB (Red+Green+Blue) = 139+168+207=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8CF is #745730. Grayscale: #A3A3A3. Windows color (decimal): -7624497 or 13609099. OLE color: 13609099.
HSL color Cylindrical-coordinate representation of color #8BA8CF: hue angle of 214.41º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA8CF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 168 | 207 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.19 |
| HSL | 214.41º | 0.41% | 0.68% | - |
| HSV(B) | 214.41º | 0.33% | 0.81% | - |
| XYZ | 35.91 | 38 | 64.47 | - |
| YUV | 163.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 207 | 0.33 | 0.19 | 0 | 0.19 | 214.41 | 0.41 | 0.68 |
| Hex | 8B | A8 | CF | 21 | 13 | 0 | 13 | D6 | 29 | 44 |
| Octal | 213 | 250 | 317 | 41 | 23 | 0 | 23 | 326 | 51 | 104 |
| Binary | 10001011 | 10101000 | 11001111 | 100001 | 10011 | 0 | 10011 | 11010110 | 101001 | 1000100 |
Color Harmonies of #8BA8CF
Complementary color
Monochromatic Colors of #8BA8CF
Black with #8BA8CF
Text Example
Text Example
White with #8BA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8CF; }
p { color: rgb(139,168,207); }
H1.HeaderClassName
{
color: #8BA8CF;
}
.AnyTagClassName
{
color: #8BA8CF;
}
</style>
background-color css
<style>
a { background-color: #8BA8CF; }
a { background-color: rgb(139,168,207); }
div.DivClassName
{
background-color: #8BA8CF;
}
.BgClassName
{
background-color: #8BA8CF;
}
</style>
border-color css
<style>
span { border-color: #8BA8CF; }
span { border-color: rgb(139,168,207); }
td.TdClassName
{
border-color: #8BA8CF;
}
.TagClassName
{
border-color: #8BA8CF;
}
</style>