Shades of Polo Blue #8CAAC9
Tints of Polo Blue #8CAAC9
RGB
CMYK
RGB Variations
Color information
#8CAAC9 (or 0x8CAAC9) is known color: Polo Blue. HEX triplet: 8C, AA and C9. RGB value is (140,170,201). Sum of RGB (Red+Green+Blue) = 140+170+201=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAAC9 is #735536. Grayscale: #A4A4A4. Windows color (decimal): -7558455 or 13216396. OLE color: 13216396.
HSL color Cylindrical-coordinate representation of color #8CAAC9: hue angle of 210.49º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CAAC9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 170 | 201 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.21 |
| HSL | 210.49º | 0.36% | 0.67% | - |
| HSV(B) | 210.49º | 0.3% | 0.79% | - |
| XYZ | 35.73 | 38.54 | 60.81 | - |
| YUV | 164.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 201 | 0.30 | 0.15 | 0 | 0.21 | 210.49 | 0.36 | 0.67 |
| Hex | 8C | AA | C9 | 1E | F | 0 | 15 | D2 | 24 | 43 |
| Octal | 214 | 252 | 311 | 36 | 17 | 0 | 25 | 322 | 44 | 103 |
| Binary | 10001100 | 10101010 | 11001001 | 11110 | 1111 | 0 | 10101 | 11010010 | 100100 | 1000011 |
Color Harmonies of #8CAAC9
Complementary color
Monochromatic Colors of #8CAAC9
Black with #8CAAC9
Text Example
Text Example
White with #8CAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAC9; }
p { color: rgb(140,170,201); }
H1.HeaderClassName
{
color: #8CAAC9;
}
.AnyTagClassName
{
color: #8CAAC9;
}
</style>
background-color css
<style>
a { background-color: #8CAAC9; }
a { background-color: rgb(140,170,201); }
div.DivClassName
{
background-color: #8CAAC9;
}
.BgClassName
{
background-color: #8CAAC9;
}
</style>
border-color css
<style>
span { border-color: #8CAAC9; }
span { border-color: rgb(140,170,201); }
td.TdClassName
{
border-color: #8CAAC9;
}
.TagClassName
{
border-color: #8CAAC9;
}
</style>