Shades of Polo Blue #8FAAC3
Tints of Polo Blue #8FAAC3
RGB
CMYK
RGB Variations
Color information
#8FAAC3 (or 0x8FAAC3) is known color: Polo Blue. HEX triplet: 8F, AA and C3. RGB value is (143,170,195). Sum of RGB (Red+Green+Blue) = 143+170+195=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAC3 is #70553C. Grayscale: #A4A4A4. Windows color (decimal): -7361853 or 12823183. OLE color: 12823183.
HSL color Cylindrical-coordinate representation of color #8FAAC3: hue angle of 208.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAAC3 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 170 | 195 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.24 |
| HSL | 208.85º | 0.3% | 0.66% | - |
| HSV(B) | 208.85º | 0.27% | 0.76% | - |
| XYZ | 35.55 | 38.53 | 57.19 | - |
| YUV | 164.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 195 | 0.27 | 0.13 | 0 | 0.24 | 208.85 | 0.3 | 0.66 |
| Hex | 8F | AA | C3 | 1B | D | 0 | 18 | D1 | 1E | 42 |
| Octal | 217 | 252 | 303 | 33 | 15 | 0 | 30 | 321 | 36 | 102 |
| Binary | 10001111 | 10101010 | 11000011 | 11011 | 1101 | 0 | 11000 | 11010001 | 11110 | 1000010 |
Color Harmonies of #8FAAC3
Complementary color
Monochromatic Colors of #8FAAC3
Black with #8FAAC3
Text Example
Text Example
White with #8FAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAC3; }
p { color: rgb(143,170,195); }
H1.HeaderClassName
{
color: #8FAAC3;
}
.AnyTagClassName
{
color: #8FAAC3;
}
</style>
background-color css
<style>
a { background-color: #8FAAC3; }
a { background-color: rgb(143,170,195); }
div.DivClassName
{
background-color: #8FAAC3;
}
.BgClassName
{
background-color: #8FAAC3;
}
</style>
border-color css
<style>
span { border-color: #8FAAC3; }
span { border-color: rgb(143,170,195); }
td.TdClassName
{
border-color: #8FAAC3;
}
.TagClassName
{
border-color: #8FAAC3;
}
</style>