Shades of Bermuda #85CFBB
Tints of Bermuda #85CFBB
RGB
CMYK
RGB Variations
Color information
#85CFBB (or 0x85CFBB) is known color: Bermuda. HEX triplet: 85, CF and BB. RGB value is (133,207,187). Sum of RGB (Red+Green+Blue) = 133+207+187=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFBB is #7A3044. Grayscale: #B6B6B6. Windows color (decimal): -8007749 or 12308357. OLE color: 12308357.
HSL color Cylindrical-coordinate representation of color #85CFBB: hue angle of 163.78º 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 #85CFBB is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 187 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.19 |
| HSL | 163.78º | 0.44% | 0.67% | - |
| HSV(B) | 163.78º | 0.36% | 0.81% | - |
| XYZ | 40.96 | 53.2 | 55.12 | - |
| YUV | 182.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 187 | 0.36 | 0 | 0.10 | 0.19 | 163.78 | 0.44 | 0.67 |
| Hex | 85 | CF | BB | 24 | 0 | A | 13 | A4 | 2C | 43 |
| Octal | 205 | 317 | 273 | 44 | 0 | 12 | 23 | 244 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10111011 | 100100 | 0 | 1010 | 10011 | 10100100 | 101100 | 1000011 |
Color Harmonies of #85CFBB
Complementary color
Monochromatic Colors of #85CFBB
Black with #85CFBB
Text Example
Text Example
White with #85CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFBB; }
p { color: rgb(133,207,187); }
H1.HeaderClassName
{
color: #85CFBB;
}
.AnyTagClassName
{
color: #85CFBB;
}
</style>
background-color css
<style>
a { background-color: #85CFBB; }
a { background-color: rgb(133,207,187); }
div.DivClassName
{
background-color: #85CFBB;
}
.BgClassName
{
background-color: #85CFBB;
}
</style>
border-color css
<style>
span { border-color: #85CFBB; }
span { border-color: rgb(133,207,187); }
td.TdClassName
{
border-color: #85CFBB;
}
.TagClassName
{
border-color: #85CFBB;
}
</style>