Shades of Bermuda #83CDCC
Tints of Bermuda #83CDCC
RGB
CMYK
RGB Variations
Color information
#83CDCC (or 0x83CDCC) is known color: Bermuda. HEX triplet: 83, CD and CC. RGB value is (131,205,204). Sum of RGB (Red+Green+Blue) = 131+205+204=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDCC is #7C3233. Grayscale: #B6B6B6. Windows color (decimal): -8139316 or 13421955. OLE color: 13421955.
HSL color Cylindrical-coordinate representation of color #83CDCC: hue angle of 179.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDCC is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 205 | 204 | - |
| CMYK | 0.36 | 0 | 0.00 | 0.20 |
| HSL | 179.19º | 0.43% | 0.66% | - |
| HSV(B) | 179.19º | 0.36% | 0.8% | - |
| XYZ | 42.09 | 52.85 | 65.11 | - |
| YUV | 182.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 205 | 204 | 0.36 | 0 | 0.00 | 0.20 | 179.19 | 0.43 | 0.66 |
| Hex | 83 | CD | CC | 24 | 0 | 0 | 14 | B3 | 2B | 42 |
| Octal | 203 | 315 | 314 | 44 | 0 | 0 | 24 | 263 | 53 | 102 |
| Binary | 10000011 | 11001101 | 11001100 | 100100 | 0 | 0 | 10100 | 10110011 | 101011 | 1000010 |
Color Harmonies of #83CDCC
Complementary color
Monochromatic Colors of #83CDCC
Black with #83CDCC
Text Example
Text Example
White with #83CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CDCC; }
p { color: rgb(131,205,204); }
H1.HeaderClassName
{
color: #83CDCC;
}
.AnyTagClassName
{
color: #83CDCC;
}
</style>
background-color css
<style>
a { background-color: #83CDCC; }
a { background-color: rgb(131,205,204); }
div.DivClassName
{
background-color: #83CDCC;
}
.BgClassName
{
background-color: #83CDCC;
}
</style>
border-color css
<style>
span { border-color: #83CDCC; }
span { border-color: rgb(131,205,204); }
td.TdClassName
{
border-color: #83CDCC;
}
.TagClassName
{
border-color: #83CDCC;
}
</style>