Shades of Bermuda #85CCC8
Tints of Bermuda #85CCC8
RGB
CMYK
RGB Variations
Color information
#85CCC8 (or 0x85CCC8) is known color: Bermuda. HEX triplet: 85, CC and C8. RGB value is (133,204,200). Sum of RGB (Red+Green+Blue) = 133+204+200=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCC8 is #7A3337. Grayscale: #B6B6B6. Windows color (decimal): -8008504 or 13159557. OLE color: 13159557.
HSL color Cylindrical-coordinate representation of color #85CCC8: hue angle of 176.62º 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 #85CCC8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 200 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.2 |
| HSL | 176.62º | 0.41% | 0.66% | - |
| HSV(B) | 176.62º | 0.35% | 0.8% | - |
| XYZ | 41.69 | 52.34 | 62.55 | - |
| YUV | 182.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 200 | 0.35 | 0 | 0.02 | 0.2 | 176.62 | 0.41 | 0.66 |
| Hex | 85 | CC | C8 | 23 | 0 | 2 | 14 | B1 | 29 | 42 |
| Octal | 205 | 314 | 310 | 43 | 0 | 2 | 24 | 261 | 51 | 102 |
| Binary | 10000101 | 11001100 | 11001000 | 100011 | 0 | 10 | 10100 | 10110001 | 101001 | 1000010 |
Color Harmonies of #85CCC8
Complementary color
Monochromatic Colors of #85CCC8
Black with #85CCC8
Text Example
Text Example
White with #85CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCC8; }
p { color: rgb(133,204,200); }
H1.HeaderClassName
{
color: #85CCC8;
}
.AnyTagClassName
{
color: #85CCC8;
}
</style>
background-color css
<style>
a { background-color: #85CCC8; }
a { background-color: rgb(133,204,200); }
div.DivClassName
{
background-color: #85CCC8;
}
.BgClassName
{
background-color: #85CCC8;
}
</style>
border-color css
<style>
span { border-color: #85CCC8; }
span { border-color: rgb(133,204,200); }
td.TdClassName
{
border-color: #85CCC8;
}
.TagClassName
{
border-color: #85CCC8;
}
</style>