Shades of Polo Blue #8CB5DB
Tints of Polo Blue #8CB5DB
RGB
CMYK
RGB Variations
Color information
#8CB5DB (or 0x8CB5DB) is known color: Polo Blue. HEX triplet: 8C, B5 and DB. RGB value is (140,181,219). Sum of RGB (Red+Green+Blue) = 140+181+219=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5DB is #734A24. Grayscale: #ACACAC. Windows color (decimal): -7555621 or 14398860. OLE color: 14398860.
HSL color Cylindrical-coordinate representation of color #8CB5DB: hue angle of 208.86º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB5DB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 181 | 219 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.14 |
| HSL | 208.86º | 0.52% | 0.7% | - |
| HSV(B) | 208.86º | 0.36% | 0.86% | - |
| XYZ | 40.13 | 43.74 | 73.35 | - |
| YUV | 173.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 219 | 0.36 | 0.17 | 0 | 0.14 | 208.86 | 0.52 | 0.7 |
| Hex | 8C | B5 | DB | 24 | 11 | 0 | E | D1 | 34 | 46 |
| Octal | 214 | 265 | 333 | 44 | 21 | 0 | 16 | 321 | 64 | 106 |
| Binary | 10001100 | 10110101 | 11011011 | 100100 | 10001 | 0 | 1110 | 11010001 | 110100 | 1000110 |
Color Harmonies of #8CB5DB
Complementary color
Monochromatic Colors of #8CB5DB
Black with #8CB5DB
Text Example
Text Example
White with #8CB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB5DB; }
p { color: rgb(140,181,219); }
H1.HeaderClassName
{
color: #8CB5DB;
}
.AnyTagClassName
{
color: #8CB5DB;
}
</style>
background-color css
<style>
a { background-color: #8CB5DB; }
a { background-color: rgb(140,181,219); }
div.DivClassName
{
background-color: #8CB5DB;
}
.BgClassName
{
background-color: #8CB5DB;
}
</style>
border-color css
<style>
span { border-color: #8CB5DB; }
span { border-color: rgb(140,181,219); }
td.TdClassName
{
border-color: #8CB5DB;
}
.TagClassName
{
border-color: #8CB5DB;
}
</style>