Shades of Bermuda #87CDB3
Tints of Bermuda #87CDB3
RGB
CMYK
RGB Variations
Color information
#87CDB3 (or 0x87CDB3) is known color: Bermuda. HEX triplet: 87, CD and B3. RGB value is (135,205,179). Sum of RGB (Red+Green+Blue) = 135+205+179=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #87CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDB3 is #78324C. Grayscale: #B5B5B5. Windows color (decimal): -7877197 or 11783559. OLE color: 11783559.
HSL color Cylindrical-coordinate representation of color #87CDB3: hue angle of 157.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CDB3 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 205 | 179 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.20 |
| HSL | 157.71º | 0.41% | 0.67% | - |
| HSV(B) | 157.71º | 0.34% | 0.8% | - |
| XYZ | 39.96 | 52.07 | 50.59 | - |
| YUV | 181.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 179 | 0.34 | 0 | 0.13 | 0.20 | 157.71 | 0.41 | 0.67 |
| Hex | 87 | CD | B3 | 22 | 0 | D | 14 | 9E | 29 | 43 |
| Octal | 207 | 315 | 263 | 42 | 0 | 15 | 24 | 236 | 51 | 103 |
| Binary | 10000111 | 11001101 | 10110011 | 100010 | 0 | 1101 | 10100 | 10011110 | 101001 | 1000011 |
Color Harmonies of #87CDB3
Complementary color
Monochromatic Colors of #87CDB3
Black with #87CDB3
Text Example
Text Example
White with #87CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDB3; }
p { color: rgb(135,205,179); }
H1.HeaderClassName
{
color: #87CDB3;
}
.AnyTagClassName
{
color: #87CDB3;
}
</style>
background-color css
<style>
a { background-color: #87CDB3; }
a { background-color: rgb(135,205,179); }
div.DivClassName
{
background-color: #87CDB3;
}
.BgClassName
{
background-color: #87CDB3;
}
</style>
border-color css
<style>
span { border-color: #87CDB3; }
span { border-color: rgb(135,205,179); }
td.TdClassName
{
border-color: #87CDB3;
}
.TagClassName
{
border-color: #87CDB3;
}
</style>