Shades of Bermuda #85CBC6
Tints of Bermuda #85CBC6
RGB
CMYK
RGB Variations
Color information
#85CBC6 (or 0x85CBC6) is known color: Bermuda. HEX triplet: 85, CB and C6. RGB value is (133,203,198). Sum of RGB (Red+Green+Blue) = 133+203+198=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBC6 is #7A3439. Grayscale: #B5B5B5. Windows color (decimal): -8008762 or 13028229. OLE color: 13028229.
HSL color Cylindrical-coordinate representation of color #85CBC6: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBC6 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 198 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.20 |
| HSL | 175.71º | 0.4% | 0.66% | - |
| HSV(B) | 175.71º | 0.34% | 0.8% | - |
| XYZ | 41.22 | 51.78 | 61.25 | - |
| YUV | 181.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 198 | 0.34 | 0 | 0.02 | 0.20 | 175.71 | 0.4 | 0.66 |
| Hex | 85 | CB | C6 | 22 | 0 | 2 | 14 | B0 | 28 | 42 |
| Octal | 205 | 313 | 306 | 42 | 0 | 2 | 24 | 260 | 50 | 102 |
| Binary | 10000101 | 11001011 | 11000110 | 100010 | 0 | 10 | 10100 | 10110000 | 101000 | 1000010 |
Color Harmonies of #85CBC6
Complementary color
Monochromatic Colors of #85CBC6
Black with #85CBC6
Text Example
Text Example
White with #85CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBC6; }
p { color: rgb(133,203,198); }
H1.HeaderClassName
{
color: #85CBC6;
}
.AnyTagClassName
{
color: #85CBC6;
}
</style>
background-color css
<style>
a { background-color: #85CBC6; }
a { background-color: rgb(133,203,198); }
div.DivClassName
{
background-color: #85CBC6;
}
.BgClassName
{
background-color: #85CBC6;
}
</style>
border-color css
<style>
span { border-color: #85CBC6; }
span { border-color: rgb(133,203,198); }
td.TdClassName
{
border-color: #85CBC6;
}
.TagClassName
{
border-color: #85CBC6;
}
</style>