Shades of Polo Blue #8CB3DB
Tints of Polo Blue #8CB3DB
RGB
CMYK
RGB Variations
Color information
#8CB3DB (or 0x8CB3DB) is known color: Polo Blue. HEX triplet: 8C, B3 and DB. RGB value is (140,179,219). Sum of RGB (Red+Green+Blue) = 140+179+219=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB3DB is #734C24. Grayscale: #ABABAB. Windows color (decimal): -7556133 or 14398348. OLE color: 14398348.
HSL color Cylindrical-coordinate representation of color #8CB3DB: hue angle of 210.38º 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 #8CB3DB is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 179 | 219 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.14 |
| HSL | 210.38º | 0.52% | 0.7% | - |
| HSV(B) | 210.38º | 0.36% | 0.86% | - |
| XYZ | 39.72 | 42.93 | 73.21 | - |
| YUV | 171.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 219 | 0.36 | 0.18 | 0 | 0.14 | 210.38 | 0.52 | 0.7 |
| Hex | 8C | B3 | DB | 24 | 12 | 0 | E | D2 | 34 | 46 |
| Octal | 214 | 263 | 333 | 44 | 22 | 0 | 16 | 322 | 64 | 106 |
| Binary | 10001100 | 10110011 | 11011011 | 100100 | 10010 | 0 | 1110 | 11010010 | 110100 | 1000110 |
Color Harmonies of #8CB3DB
Complementary color
Monochromatic Colors of #8CB3DB
Black with #8CB3DB
Text Example
Text Example
White with #8CB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB3DB; }
p { color: rgb(140,179,219); }
H1.HeaderClassName
{
color: #8CB3DB;
}
.AnyTagClassName
{
color: #8CB3DB;
}
</style>
background-color css
<style>
a { background-color: #8CB3DB; }
a { background-color: rgb(140,179,219); }
div.DivClassName
{
background-color: #8CB3DB;
}
.BgClassName
{
background-color: #8CB3DB;
}
</style>
border-color css
<style>
span { border-color: #8CB3DB; }
span { border-color: rgb(140,179,219); }
td.TdClassName
{
border-color: #8CB3DB;
}
.TagClassName
{
border-color: #8CB3DB;
}
</style>