Shades of Bermuda #85CBC8
Tints of Bermuda #85CBC8
RGB
CMYK
RGB Variations
Color information
#85CBC8 (or 0x85CBC8) is known color: Bermuda. HEX triplet: 85, CB and C8. RGB value is (133,203,200). Sum of RGB (Red+Green+Blue) = 133+203+200=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBC8 is #7A3437. Grayscale: #B5B5B5. Windows color (decimal): -8008760 or 13159301. OLE color: 13159301.
HSL color Cylindrical-coordinate representation of color #85CBC8: hue angle of 177.43º 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 #85CBC8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 200 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.20 |
| HSL | 177.43º | 0.4% | 0.66% | - |
| HSV(B) | 177.43º | 0.34% | 0.8% | - |
| XYZ | 41.45 | 51.87 | 62.47 | - |
| YUV | 181.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 200 | 0.34 | 0 | 0.01 | 0.20 | 177.43 | 0.4 | 0.66 |
| Hex | 85 | CB | C8 | 22 | 0 | 1 | 14 | B1 | 28 | 42 |
| Octal | 205 | 313 | 310 | 42 | 0 | 1 | 24 | 261 | 50 | 102 |
| Binary | 10000101 | 11001011 | 11001000 | 100010 | 0 | 1 | 10100 | 10110001 | 101000 | 1000010 |
Color Harmonies of #85CBC8
Complementary color
Monochromatic Colors of #85CBC8
Black with #85CBC8
Text Example
Text Example
White with #85CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBC8; }
p { color: rgb(133,203,200); }
H1.HeaderClassName
{
color: #85CBC8;
}
.AnyTagClassName
{
color: #85CBC8;
}
</style>
background-color css
<style>
a { background-color: #85CBC8; }
a { background-color: rgb(133,203,200); }
div.DivClassName
{
background-color: #85CBC8;
}
.BgClassName
{
background-color: #85CBC8;
}
</style>
border-color css
<style>
span { border-color: #85CBC8; }
span { border-color: rgb(133,203,200); }
td.TdClassName
{
border-color: #85CBC8;
}
.TagClassName
{
border-color: #85CBC8;
}
</style>