Shades of Bermuda #85CBBE
Tints of Bermuda #85CBBE
RGB
CMYK
RGB Variations
Color information
#85CBBE (or 0x85CBBE) is known color: Bermuda. HEX triplet: 85, CB and BE. RGB value is (133,203,190). Sum of RGB (Red+Green+Blue) = 133+203+190=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBBE is #7A3441. Grayscale: #B4B4B4. Windows color (decimal): -8008770 or 12503941. OLE color: 12503941.
HSL color Cylindrical-coordinate representation of color #85CBBE: hue angle of 168.86º 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 #85CBBE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 190 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.20 |
| HSL | 168.86º | 0.4% | 0.66% | - |
| HSV(B) | 168.86º | 0.34% | 0.8% | - |
| XYZ | 40.32 | 51.42 | 56.51 | - |
| YUV | 180.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 190 | 0.34 | 0 | 0.06 | 0.20 | 168.86 | 0.4 | 0.66 |
| Hex | 85 | CB | BE | 22 | 0 | 6 | 14 | A9 | 28 | 42 |
| Octal | 205 | 313 | 276 | 42 | 0 | 6 | 24 | 251 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10111110 | 100010 | 0 | 110 | 10100 | 10101001 | 101000 | 1000010 |
Color Harmonies of #85CBBE
Complementary color
Monochromatic Colors of #85CBBE
Black with #85CBBE
Text Example
Text Example
White with #85CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBBE; }
p { color: rgb(133,203,190); }
H1.HeaderClassName
{
color: #85CBBE;
}
.AnyTagClassName
{
color: #85CBBE;
}
</style>
background-color css
<style>
a { background-color: #85CBBE; }
a { background-color: rgb(133,203,190); }
div.DivClassName
{
background-color: #85CBBE;
}
.BgClassName
{
background-color: #85CBBE;
}
</style>
border-color css
<style>
span { border-color: #85CBBE; }
span { border-color: rgb(133,203,190); }
td.TdClassName
{
border-color: #85CBBE;
}
.TagClassName
{
border-color: #85CBBE;
}
</style>