Shades of Polo Blue #8DB1CD
Tints of Polo Blue #8DB1CD
RGB
CMYK
RGB Variations
Color information
#8DB1CD (or 0x8DB1CD) is known color: Polo Blue. HEX triplet: 8D, B1 and CD. RGB value is (141,177,205). Sum of RGB (Red+Green+Blue) = 141+177+205=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1CD is #724E32. Grayscale: #A9A9A9. Windows color (decimal): -7491123 or 13480333. OLE color: 13480333.
HSL color Cylindrical-coordinate representation of color #8DB1CD: hue angle of 206.25º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB1CD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 177 | 205 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.20 |
| HSL | 206.25º | 0.39% | 0.68% | - |
| HSV(B) | 206.25º | 0.31% | 0.8% | - |
| XYZ | 37.73 | 41.51 | 63.78 | - |
| YUV | 169.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 205 | 0.31 | 0.14 | 0 | 0.20 | 206.25 | 0.39 | 0.68 |
| Hex | 8D | B1 | CD | 1F | E | 0 | 14 | CE | 27 | 44 |
| Octal | 215 | 261 | 315 | 37 | 16 | 0 | 24 | 316 | 47 | 104 |
| Binary | 10001101 | 10110001 | 11001101 | 11111 | 1110 | 0 | 10100 | 11001110 | 100111 | 1000100 |
Color Harmonies of #8DB1CD
Complementary color
Monochromatic Colors of #8DB1CD
Black with #8DB1CD
Text Example
Text Example
White with #8DB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1CD; }
p { color: rgb(141,177,205); }
H1.HeaderClassName
{
color: #8DB1CD;
}
.AnyTagClassName
{
color: #8DB1CD;
}
</style>
background-color css
<style>
a { background-color: #8DB1CD; }
a { background-color: rgb(141,177,205); }
div.DivClassName
{
background-color: #8DB1CD;
}
.BgClassName
{
background-color: #8DB1CD;
}
</style>
border-color css
<style>
span { border-color: #8DB1CD; }
span { border-color: rgb(141,177,205); }
td.TdClassName
{
border-color: #8DB1CD;
}
.TagClassName
{
border-color: #8DB1CD;
}
</style>