Shades of Polo Blue #8CAFD2
Tints of Polo Blue #8CAFD2
RGB
CMYK
RGB Variations
Color information
#8CAFD2 (or 0x8CAFD2) is known color: Polo Blue. HEX triplet: 8C, AF and D2. RGB value is (140,175,210). Sum of RGB (Red+Green+Blue) = 140+175+210=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFD2 is #73502D. Grayscale: #A8A8A8. Windows color (decimal): -7557166 or 13807500. OLE color: 13807500.
HSL color Cylindrical-coordinate representation of color #8CAFD2: hue angle of 210º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CAFD2 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 175 | 210 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.18 |
| HSL | 210º | 0.44% | 0.69% | - |
| HSV(B) | 210º | 0.33% | 0.82% | - |
| XYZ | 37.78 | 40.89 | 66.87 | - |
| YUV | 168.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 210 | 0.33 | 0.17 | 0 | 0.18 | 210 | 0.44 | 0.69 |
| Hex | 8C | AF | D2 | 21 | 11 | 0 | 12 | D2 | 2C | 45 |
| Octal | 214 | 257 | 322 | 41 | 21 | 0 | 22 | 322 | 54 | 105 |
| Binary | 10001100 | 10101111 | 11010010 | 100001 | 10001 | 0 | 10010 | 11010010 | 101100 | 1000101 |
Color Harmonies of #8CAFD2
Complementary color
Monochromatic Colors of #8CAFD2
Black with #8CAFD2
Text Example
Text Example
White with #8CAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFD2; }
p { color: rgb(140,175,210); }
H1.HeaderClassName
{
color: #8CAFD2;
}
.AnyTagClassName
{
color: #8CAFD2;
}
</style>
background-color css
<style>
a { background-color: #8CAFD2; }
a { background-color: rgb(140,175,210); }
div.DivClassName
{
background-color: #8CAFD2;
}
.BgClassName
{
background-color: #8CAFD2;
}
</style>
border-color css
<style>
span { border-color: #8CAFD2; }
span { border-color: rgb(140,175,210); }
td.TdClassName
{
border-color: #8CAFD2;
}
.TagClassName
{
border-color: #8CAFD2;
}
</style>