Shades of Bermuda #85CCCB
Tints of Bermuda #85CCCB
RGB
CMYK
RGB Variations
Color information
#85CCCB (or 0x85CCCB) is known color: Bermuda. HEX triplet: 85, CC and CB. RGB value is (133,204,203). Sum of RGB (Red+Green+Blue) = 133+204+203=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCCB is #7A3334. Grayscale: #B6B6B6. Windows color (decimal): -8008501 or 13356165. OLE color: 13356165.
HSL color Cylindrical-coordinate representation of color #85CCCB: hue angle of 179.15º 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 #85CCCB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 203 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.2 |
| HSL | 179.15º | 0.41% | 0.66% | - |
| HSV(B) | 179.15º | 0.35% | 0.8% | - |
| XYZ | 42.05 | 52.48 | 64.41 | - |
| YUV | 182.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 203 | 0.35 | 0 | 0.00 | 0.2 | 179.15 | 0.41 | 0.66 |
| Hex | 85 | CC | CB | 23 | 0 | 0 | 14 | B3 | 29 | 42 |
| Octal | 205 | 314 | 313 | 43 | 0 | 0 | 24 | 263 | 51 | 102 |
| Binary | 10000101 | 11001100 | 11001011 | 100011 | 0 | 0 | 10100 | 10110011 | 101001 | 1000010 |
Color Harmonies of #85CCCB
Complementary color
Monochromatic Colors of #85CCCB
Black with #85CCCB
Text Example
Text Example
White with #85CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCCB; }
p { color: rgb(133,204,203); }
H1.HeaderClassName
{
color: #85CCCB;
}
.AnyTagClassName
{
color: #85CCCB;
}
</style>
background-color css
<style>
a { background-color: #85CCCB; }
a { background-color: rgb(133,204,203); }
div.DivClassName
{
background-color: #85CCCB;
}
.BgClassName
{
background-color: #85CCCB;
}
</style>
border-color css
<style>
span { border-color: #85CCCB; }
span { border-color: rgb(133,204,203); }
td.TdClassName
{
border-color: #85CCCB;
}
.TagClassName
{
border-color: #85CCCB;
}
</style>