Shades of Bermuda #85CCC9
Tints of Bermuda #85CCC9
RGB
CMYK
RGB Variations
Color information
#85CCC9 (or 0x85CCC9) is known color: Bermuda. HEX triplet: 85, CC and C9. RGB value is (133,204,201). Sum of RGB (Red+Green+Blue) = 133+204+201=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC9 is #7A3336. Grayscale: #B6B6B6. Windows color (decimal): -8008503 or 13225093. OLE color: 13225093.
HSL color Cylindrical-coordinate representation of color #85CCC9: hue angle of 177.46º degrees, saturation: 0.41, 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 #85CCC9 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 201 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.2 |
| HSL | 177.46º | 0.41% | 0.66% | - |
| HSV(B) | 177.46º | 0.35% | 0.8% | - |
| XYZ | 41.81 | 52.39 | 63.17 | - |
| YUV | 182.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 201 | 0.35 | 0 | 0.01 | 0.2 | 177.46 | 0.41 | 0.66 |
| Hex | 85 | CC | C9 | 23 | 0 | 1 | 14 | B1 | 29 | 42 |
| Octal | 205 | 314 | 311 | 43 | 0 | 1 | 24 | 261 | 51 | 102 |
| Binary | 10000101 | 11001100 | 11001001 | 100011 | 0 | 1 | 10100 | 10110001 | 101001 | 1000010 |
Color Harmonies of #85CCC9
Complementary color
Monochromatic Colors of #85CCC9
Black with #85CCC9
Text Example
Text Example
White with #85CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCC9; }
p { color: rgb(133,204,201); }
H1.HeaderClassName
{
color: #85CCC9;
}
.AnyTagClassName
{
color: #85CCC9;
}
</style>
background-color css
<style>
a { background-color: #85CCC9; }
a { background-color: rgb(133,204,201); }
div.DivClassName
{
background-color: #85CCC9;
}
.BgClassName
{
background-color: #85CCC9;
}
</style>
border-color css
<style>
span { border-color: #85CCC9; }
span { border-color: rgb(133,204,201); }
td.TdClassName
{
border-color: #85CCC9;
}
.TagClassName
{
border-color: #85CCC9;
}
</style>