Shades of Polo Blue #8DB4CE
Tints of Polo Blue #8DB4CE
RGB
CMYK
RGB Variations
Color information
#8DB4CE (or 0x8DB4CE) is known color: Polo Blue. HEX triplet: 8D, B4 and CE. RGB value is (141,180,206). Sum of RGB (Red+Green+Blue) = 141+180+206=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4CE is #724B31. Grayscale: #ABABAB. Windows color (decimal): -7490354 or 13546637. OLE color: 13546637.
HSL color Cylindrical-coordinate representation of color #8DB4CE: hue angle of 204º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB4CE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 180 | 206 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.19 |
| HSL | 204º | 0.4% | 0.68% | - |
| HSV(B) | 204º | 0.32% | 0.81% | - |
| XYZ | 38.45 | 42.76 | 64.62 | - |
| YUV | 171.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 206 | 0.32 | 0.13 | 0 | 0.19 | 204 | 0.4 | 0.68 |
| Hex | 8D | B4 | CE | 20 | D | 0 | 13 | CC | 28 | 44 |
| Octal | 215 | 264 | 316 | 40 | 15 | 0 | 23 | 314 | 50 | 104 |
| Binary | 10001101 | 10110100 | 11001110 | 100000 | 1101 | 0 | 10011 | 11001100 | 101000 | 1000100 |
Color Harmonies of #8DB4CE
Complementary color
Monochromatic Colors of #8DB4CE
Black with #8DB4CE
Text Example
Text Example
White with #8DB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4CE; }
p { color: rgb(141,180,206); }
H1.HeaderClassName
{
color: #8DB4CE;
}
.AnyTagClassName
{
color: #8DB4CE;
}
</style>
background-color css
<style>
a { background-color: #8DB4CE; }
a { background-color: rgb(141,180,206); }
div.DivClassName
{
background-color: #8DB4CE;
}
.BgClassName
{
background-color: #8DB4CE;
}
</style>
border-color css
<style>
span { border-color: #8DB4CE; }
span { border-color: rgb(141,180,206); }
td.TdClassName
{
border-color: #8DB4CE;
}
.TagClassName
{
border-color: #8DB4CE;
}
</style>