Shades of Polo Blue #8CADDA
Tints of Polo Blue #8CADDA
RGB
CMYK
RGB Variations
Color information
#8CADDA (or 0x8CADDA) is known color: Polo Blue. HEX triplet: 8C, AD and DA. RGB value is (140,173,218). Sum of RGB (Red+Green+Blue) = 140+173+218=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDA is #735225. Grayscale: #A8A8A8. Windows color (decimal): -7557670 or 14331276. OLE color: 14331276.
HSL color Cylindrical-coordinate representation of color #8CADDA: hue angle of 214.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CADDA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 173 | 218 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.15 |
| HSL | 214.62º | 0.51% | 0.7% | - |
| HSV(B) | 214.62º | 0.36% | 0.85% | - |
| XYZ | 38.41 | 40.52 | 72.13 | - |
| YUV | 168.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 218 | 0.36 | 0.21 | 0 | 0.15 | 214.62 | 0.51 | 0.7 |
| Hex | 8C | AD | DA | 24 | 15 | 0 | F | D7 | 33 | 46 |
| Octal | 214 | 255 | 332 | 44 | 25 | 0 | 17 | 327 | 63 | 106 |
| Binary | 10001100 | 10101101 | 11011010 | 100100 | 10101 | 0 | 1111 | 11010111 | 110011 | 1000110 |
Color Harmonies of #8CADDA
Complementary color
Monochromatic Colors of #8CADDA
Black with #8CADDA
Text Example
Text Example
White with #8CADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADDA; }
p { color: rgb(140,173,218); }
H1.HeaderClassName
{
color: #8CADDA;
}
.AnyTagClassName
{
color: #8CADDA;
}
</style>
background-color css
<style>
a { background-color: #8CADDA; }
a { background-color: rgb(140,173,218); }
div.DivClassName
{
background-color: #8CADDA;
}
.BgClassName
{
background-color: #8CADDA;
}
</style>
border-color css
<style>
span { border-color: #8CADDA; }
span { border-color: rgb(140,173,218); }
td.TdClassName
{
border-color: #8CADDA;
}
.TagClassName
{
border-color: #8CADDA;
}
</style>