Shades of Bermuda #85CDB5
Tints of Bermuda #85CDB5
RGB
CMYK
RGB Variations
Color information
#85CDB5 (or 0x85CDB5) is known color: Bermuda. HEX triplet: 85, CD and B5. RGB value is (133,205,181). Sum of RGB (Red+Green+Blue) = 133+205+181=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDB5 is #7A324A. Grayscale: #B4B4B4. Windows color (decimal): -8008267 or 11914629. OLE color: 11914629.
HSL color Cylindrical-coordinate representation of color #85CDB5: hue angle of 160º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDB5 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 181 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.20 |
| HSL | 160º | 0.42% | 0.66% | - |
| HSV(B) | 160º | 0.35% | 0.8% | - |
| XYZ | 39.84 | 51.99 | 51.65 | - |
| YUV | 180.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 181 | 0.35 | 0 | 0.12 | 0.20 | 160 | 0.42 | 0.66 |
| Hex | 85 | CD | B5 | 23 | 0 | C | 14 | A0 | 2A | 42 |
| Octal | 205 | 315 | 265 | 43 | 0 | 14 | 24 | 240 | 52 | 102 |
| Binary | 10000101 | 11001101 | 10110101 | 100011 | 0 | 1100 | 10100 | 10100000 | 101010 | 1000010 |
Color Harmonies of #85CDB5
Complementary color
Monochromatic Colors of #85CDB5
Black with #85CDB5
Text Example
Text Example
White with #85CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDB5; }
p { color: rgb(133,205,181); }
H1.HeaderClassName
{
color: #85CDB5;
}
.AnyTagClassName
{
color: #85CDB5;
}
</style>
background-color css
<style>
a { background-color: #85CDB5; }
a { background-color: rgb(133,205,181); }
div.DivClassName
{
background-color: #85CDB5;
}
.BgClassName
{
background-color: #85CDB5;
}
</style>
border-color css
<style>
span { border-color: #85CDB5; }
span { border-color: rgb(133,205,181); }
td.TdClassName
{
border-color: #85CDB5;
}
.TagClassName
{
border-color: #85CDB5;
}
</style>