Shades of Bermuda #85DBBC
Tints of Bermuda #85DBBC
RGB
CMYK
RGB Variations
Color information
#85DBBC (or 0x85DBBC) is known color: Bermuda. HEX triplet: 85, DB and BC. RGB value is (133,219,188). Sum of RGB (Red+Green+Blue) = 133+219+188=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBBC is #7A2443. Grayscale: #BDBDBD. Windows color (decimal): -8004676 or 12376965. OLE color: 12376965.
HSL color Cylindrical-coordinate representation of color #85DBBC: hue angle of 158.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBBC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 188 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.14 |
| HSL | 158.37º | 0.54% | 0.69% | - |
| HSV(B) | 158.37º | 0.39% | 0.86% | - |
| XYZ | 44.08 | 59.28 | 56.7 | - |
| YUV | 189.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 188 | 0.39 | 0 | 0.14 | 0.14 | 158.37 | 0.54 | 0.69 |
| Hex | 85 | DB | BC | 27 | 0 | E | E | 9E | 36 | 45 |
| Octal | 205 | 333 | 274 | 47 | 0 | 16 | 16 | 236 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10111100 | 100111 | 0 | 1110 | 1110 | 10011110 | 110110 | 1000101 |
Color Harmonies of #85DBBC
Complementary color
Monochromatic Colors of #85DBBC
Black with #85DBBC
Text Example
Text Example
White with #85DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBBC; }
p { color: rgb(133,219,188); }
H1.HeaderClassName
{
color: #85DBBC;
}
.AnyTagClassName
{
color: #85DBBC;
}
</style>
background-color css
<style>
a { background-color: #85DBBC; }
a { background-color: rgb(133,219,188); }
div.DivClassName
{
background-color: #85DBBC;
}
.BgClassName
{
background-color: #85DBBC;
}
</style>
border-color css
<style>
span { border-color: #85DBBC; }
span { border-color: rgb(133,219,188); }
td.TdClassName
{
border-color: #85DBBC;
}
.TagClassName
{
border-color: #85DBBC;
}
</style>