Shades of Bermuda #85CDC2
Tints of Bermuda #85CDC2
RGB
CMYK
RGB Variations
Color information
#85CDC2 (or 0x85CDC2) is known color: Bermuda. HEX triplet: 85, CD and C2. RGB value is (133,205,194). Sum of RGB (Red+Green+Blue) = 133+205+194=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDC2 is #7A323D. Grayscale: #B6B6B6. Windows color (decimal): -8008254 or 12766597. OLE color: 12766597.
HSL color Cylindrical-coordinate representation of color #85CDC2: hue angle of 170.83º 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 #85CDC2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 194 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.20 |
| HSL | 170.83º | 0.42% | 0.66% | - |
| HSV(B) | 170.83º | 0.35% | 0.8% | - |
| XYZ | 41.24 | 52.54 | 59.01 | - |
| YUV | 182.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 194 | 0.35 | 0 | 0.05 | 0.20 | 170.83 | 0.42 | 0.66 |
| Hex | 85 | CD | C2 | 23 | 0 | 5 | 14 | AB | 2A | 42 |
| Octal | 205 | 315 | 302 | 43 | 0 | 5 | 24 | 253 | 52 | 102 |
| Binary | 10000101 | 11001101 | 11000010 | 100011 | 0 | 101 | 10100 | 10101011 | 101010 | 1000010 |
Color Harmonies of #85CDC2
Complementary color
Monochromatic Colors of #85CDC2
Black with #85CDC2
Text Example
Text Example
White with #85CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDC2; }
p { color: rgb(133,205,194); }
H1.HeaderClassName
{
color: #85CDC2;
}
.AnyTagClassName
{
color: #85CDC2;
}
</style>
background-color css
<style>
a { background-color: #85CDC2; }
a { background-color: rgb(133,205,194); }
div.DivClassName
{
background-color: #85CDC2;
}
.BgClassName
{
background-color: #85CDC2;
}
</style>
border-color css
<style>
span { border-color: #85CDC2; }
span { border-color: rgb(133,205,194); }
td.TdClassName
{
border-color: #85CDC2;
}
.TagClassName
{
border-color: #85CDC2;
}
</style>