Shades of Polo Blue #8FACC5
Tints of Polo Blue #8FACC5
RGB
CMYK
RGB Variations
Color information
#8FACC5 (or 0x8FACC5) is known color: Polo Blue. HEX triplet: 8F, AC and C5. RGB value is (143,172,197). Sum of RGB (Red+Green+Blue) = 143+172+197=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #8FACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACC5 is #70533A. Grayscale: #A6A6A6. Windows color (decimal): -7361339 or 12954767. OLE color: 12954767.
HSL color Cylindrical-coordinate representation of color #8FACC5: hue angle of 207.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FACC5 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 143 | 172 | 197 | - |
CMYK | 0.27 | 0.13 | 0 | 0.23 |
HSL | 207.78º | 0.32% | 0.67% | - |
HSV(B) | 207.78º | 0.27% | 0.77% | - |
XYZ | 36.16 | 39.38 | 58.52 | - |
YUV | 166.18 | 145.39 | 111.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 172 | 197 | 0.27 | 0.13 | 0 | 0.23 | 207.78 | 0.32 | 0.67 |
Hex | 8F | AC | C5 | 1B | D | 0 | 17 | D0 | 20 | 43 |
Octal | 217 | 254 | 305 | 33 | 15 | 0 | 27 | 320 | 40 | 103 |
Binary | 10001111 | 10101100 | 11000101 | 11011 | 1101 | 0 | 10111 | 11010000 | 100000 | 1000011 |
Color Harmonies of #8FACC5
Complementary color
Monochromatic Colors of #8FACC5
Black with #8FACC5
Text Example
Text Example
White with #8FACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACC5; }
p { color: rgb(143,172,197); }
H1.HeaderClassName
{
color: #8FACC5;
}
.AnyTagClassName
{
color: #8FACC5;
}
</style>
background-color css
<style>
a { background-color: #8FACC5; }
a { background-color: rgb(143,172,197); }
div.DivClassName
{
background-color: #8FACC5;
}
.BgClassName
{
background-color: #8FACC5;
}
</style>
border-color css
<style>
span { border-color: #8FACC5; }
span { border-color: rgb(143,172,197); }
td.TdClassName
{
border-color: #8FACC5;
}
.TagClassName
{
border-color: #8FACC5;
}
</style>