Shades of Bermuda #87D0C3
Tints of Bermuda #87D0C3
RGB
CMYK
RGB Variations
Color information
#87D0C3 (or 0x87D0C3) is known color: Bermuda. HEX triplet: 87, D0 and C3. RGB value is (135,208,195). Sum of RGB (Red+Green+Blue) = 135+208+195=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #87D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D0C3 is #782F3C. Grayscale: #B8B8B8. Windows color (decimal): -7876413 or 12832903. OLE color: 12832903.
HSL color Cylindrical-coordinate representation of color #87D0C3: hue angle of 169.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87D0C3 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 195 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.18 |
| HSL | 169.32º | 0.44% | 0.67% | - |
| HSV(B) | 169.32º | 0.35% | 0.82% | - |
| XYZ | 42.4 | 54.2 | 59.86 | - |
| YUV | 184.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 195 | 0.35 | 0 | 0.06 | 0.18 | 169.32 | 0.44 | 0.67 |
| Hex | 87 | D0 | C3 | 23 | 0 | 6 | 12 | A9 | 2C | 43 |
| Octal | 207 | 320 | 303 | 43 | 0 | 6 | 22 | 251 | 54 | 103 |
| Binary | 10000111 | 11010000 | 11000011 | 100011 | 0 | 110 | 10010 | 10101001 | 101100 | 1000011 |
Color Harmonies of #87D0C3
Complementary color
Monochromatic Colors of #87D0C3
Black with #87D0C3
Text Example
Text Example
White with #87D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D0C3; }
p { color: rgb(135,208,195); }
H1.HeaderClassName
{
color: #87D0C3;
}
.AnyTagClassName
{
color: #87D0C3;
}
</style>
background-color css
<style>
a { background-color: #87D0C3; }
a { background-color: rgb(135,208,195); }
div.DivClassName
{
background-color: #87D0C3;
}
.BgClassName
{
background-color: #87D0C3;
}
</style>
border-color css
<style>
span { border-color: #87D0C3; }
span { border-color: rgb(135,208,195); }
td.TdClassName
{
border-color: #87D0C3;
}
.TagClassName
{
border-color: #87D0C3;
}
</style>