Shades of Polo Blue #8CB2DB
Tints of Polo Blue #8CB2DB
RGB
CMYK
RGB Variations
Color information
#8CB2DB (or 0x8CB2DB) is known color: Polo Blue. HEX triplet: 8C, B2 and DB. RGB value is (140,178,219). Sum of RGB (Red+Green+Blue) = 140+178+219=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2DB is #734D24. Grayscale: #ABABAB. Windows color (decimal): -7556389 or 14398092. OLE color: 14398092.
HSL color Cylindrical-coordinate representation of color #8CB2DB: hue angle of 211.14º 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 #8CB2DB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 178 | 219 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.14 |
| HSL | 211.14º | 0.52% | 0.7% | - |
| HSV(B) | 211.14º | 0.36% | 0.86% | - |
| XYZ | 39.52 | 42.53 | 73.14 | - |
| YUV | 171.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 219 | 0.36 | 0.19 | 0 | 0.14 | 211.14 | 0.52 | 0.7 |
| Hex | 8C | B2 | DB | 24 | 13 | 0 | E | D3 | 34 | 46 |
| Octal | 214 | 262 | 333 | 44 | 23 | 0 | 16 | 323 | 64 | 106 |
| Binary | 10001100 | 10110010 | 11011011 | 100100 | 10011 | 0 | 1110 | 11010011 | 110100 | 1000110 |
Color Harmonies of #8CB2DB
Complementary color
Monochromatic Colors of #8CB2DB
Black with #8CB2DB
Text Example
Text Example
White with #8CB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB2DB; }
p { color: rgb(140,178,219); }
H1.HeaderClassName
{
color: #8CB2DB;
}
.AnyTagClassName
{
color: #8CB2DB;
}
</style>
background-color css
<style>
a { background-color: #8CB2DB; }
a { background-color: rgb(140,178,219); }
div.DivClassName
{
background-color: #8CB2DB;
}
.BgClassName
{
background-color: #8CB2DB;
}
</style>
border-color css
<style>
span { border-color: #8CB2DB; }
span { border-color: rgb(140,178,219); }
td.TdClassName
{
border-color: #8CB2DB;
}
.TagClassName
{
border-color: #8CB2DB;
}
</style>