Shades of Bermuda #85CEC9
Tints of Bermuda #85CEC9
RGB
CMYK
RGB Variations
Color information
#85CEC9 (or 0x85CEC9) is known color: Bermuda. HEX triplet: 85, CE and C9. RGB value is (133,206,201). Sum of RGB (Red+Green+Blue) = 133+206+201=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEC9 is #7A3136. Grayscale: #B7B7B7. Windows color (decimal): -8007991 or 13225605. OLE color: 13225605.
HSL color Cylindrical-coordinate representation of color #85CEC9: hue angle of 175.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEC9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 201 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.19 |
| HSL | 175.89º | 0.43% | 0.66% | - |
| HSV(B) | 175.89º | 0.35% | 0.81% | - |
| XYZ | 42.29 | 53.35 | 63.33 | - |
| YUV | 183.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 201 | 0.35 | 0 | 0.02 | 0.19 | 175.89 | 0.43 | 0.66 |
| Hex | 85 | CE | C9 | 23 | 0 | 2 | 13 | B0 | 2B | 42 |
| Octal | 205 | 316 | 311 | 43 | 0 | 2 | 23 | 260 | 53 | 102 |
| Binary | 10000101 | 11001110 | 11001001 | 100011 | 0 | 10 | 10011 | 10110000 | 101011 | 1000010 |
Color Harmonies of #85CEC9
Complementary color
Monochromatic Colors of #85CEC9
Black with #85CEC9
Text Example
Text Example
White with #85CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEC9; }
p { color: rgb(133,206,201); }
H1.HeaderClassName
{
color: #85CEC9;
}
.AnyTagClassName
{
color: #85CEC9;
}
</style>
background-color css
<style>
a { background-color: #85CEC9; }
a { background-color: rgb(133,206,201); }
div.DivClassName
{
background-color: #85CEC9;
}
.BgClassName
{
background-color: #85CEC9;
}
</style>
border-color css
<style>
span { border-color: #85CEC9; }
span { border-color: rgb(133,206,201); }
td.TdClassName
{
border-color: #85CEC9;
}
.TagClassName
{
border-color: #85CEC9;
}
</style>