Shades of Polo Blue #8DB3CA
Tints of Polo Blue #8DB3CA
RGB
CMYK
RGB Variations
Color information
#8DB3CA (or 0x8DB3CA) is known color: Polo Blue. HEX triplet: 8D, B3 and CA. RGB value is (141,179,202). Sum of RGB (Red+Green+Blue) = 141+179+202=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB3CA is #724C35. Grayscale: #AAAAAA. Windows color (decimal): -7490614 or 13284237. OLE color: 13284237.
HSL color Cylindrical-coordinate representation of color #8DB3CA: hue angle of 202.62º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DB3CA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 179 | 202 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.21 |
| HSL | 202.62º | 0.37% | 0.67% | - |
| HSV(B) | 202.62º | 0.3% | 0.79% | - |
| XYZ | 37.77 | 42.17 | 62.03 | - |
| YUV | 170.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 202 | 0.30 | 0.11 | 0 | 0.21 | 202.62 | 0.37 | 0.67 |
| Hex | 8D | B3 | CA | 1E | B | 0 | 15 | CB | 25 | 43 |
| Octal | 215 | 263 | 312 | 36 | 13 | 0 | 25 | 313 | 45 | 103 |
| Binary | 10001101 | 10110011 | 11001010 | 11110 | 1011 | 0 | 10101 | 11001011 | 100101 | 1000011 |
Color Harmonies of #8DB3CA
Complementary color
Monochromatic Colors of #8DB3CA
Black with #8DB3CA
Text Example
Text Example
White with #8DB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3CA; }
p { color: rgb(141,179,202); }
H1.HeaderClassName
{
color: #8DB3CA;
}
.AnyTagClassName
{
color: #8DB3CA;
}
</style>
background-color css
<style>
a { background-color: #8DB3CA; }
a { background-color: rgb(141,179,202); }
div.DivClassName
{
background-color: #8DB3CA;
}
.BgClassName
{
background-color: #8DB3CA;
}
</style>
border-color css
<style>
span { border-color: #8DB3CA; }
span { border-color: rgb(141,179,202); }
td.TdClassName
{
border-color: #8DB3CA;
}
.TagClassName
{
border-color: #8DB3CA;
}
</style>