Shades of Bermuda #85CFBD
Tints of Bermuda #85CFBD
RGB
CMYK
RGB Variations
Color information
#85CFBD (or 0x85CFBD) is known color: Bermuda. HEX triplet: 85, CF and BD. RGB value is (133,207,189). Sum of RGB (Red+Green+Blue) = 133+207+189=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFBD is #7A3042. Grayscale: #B6B6B6. Windows color (decimal): -8007747 or 12439429. OLE color: 12439429.
HSL color Cylindrical-coordinate representation of color #85CFBD: hue angle of 165.41º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFBD is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 189 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.19 |
| HSL | 165.41º | 0.44% | 0.67% | - |
| HSV(B) | 165.41º | 0.36% | 0.81% | - |
| XYZ | 41.17 | 53.29 | 56.26 | - |
| YUV | 182.82 | 131.48 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 189 | 0.36 | 0 | 0.09 | 0.19 | 165.41 | 0.44 | 0.67 |
| Hex | 85 | CF | BD | 24 | 0 | 9 | 13 | A5 | 2C | 43 |
| Octal | 205 | 317 | 275 | 44 | 0 | 11 | 23 | 245 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10111101 | 100100 | 0 | 1001 | 10011 | 10100101 | 101100 | 1000011 |
Color Harmonies of #85CFBD
Complementary color
Monochromatic Colors of #85CFBD
Black with #85CFBD
Text Example
Text Example
White with #85CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFBD; }
p { color: rgb(133,207,189); }
H1.HeaderClassName
{
color: #85CFBD;
}
.AnyTagClassName
{
color: #85CFBD;
}
</style>
background-color css
<style>
a { background-color: #85CFBD; }
a { background-color: rgb(133,207,189); }
div.DivClassName
{
background-color: #85CFBD;
}
.BgClassName
{
background-color: #85CFBD;
}
</style>
border-color css
<style>
span { border-color: #85CFBD; }
span { border-color: rgb(133,207,189); }
td.TdClassName
{
border-color: #85CFBD;
}
.TagClassName
{
border-color: #85CFBD;
}
</style>