Shades of Bermuda #83DBC1
Tints of Bermuda #83DBC1
RGB
CMYK
RGB Variations
Color information
#83DBC1 (or 0x83DBC1) is known color: Bermuda. HEX triplet: 83, DB and C1. RGB value is (131,219,193). Sum of RGB (Red+Green+Blue) = 131+219+193=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBC1 is #7C243E. Grayscale: #BDBDBD. Windows color (decimal): -8135743 or 12704643. OLE color: 12704643.
HSL color Cylindrical-coordinate representation of color #83DBC1: hue angle of 162.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DBC1 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 193 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.14 |
| HSL | 162.27º | 0.55% | 0.69% | - |
| HSV(B) | 162.27º | 0.4% | 0.86% | - |
| XYZ | 44.32 | 59.34 | 59.57 | - |
| YUV | 189.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 193 | 0.40 | 0 | 0.12 | 0.14 | 162.27 | 0.55 | 0.69 |
| Hex | 83 | DB | C1 | 28 | 0 | C | E | A2 | 37 | 45 |
| Octal | 203 | 333 | 301 | 50 | 0 | 14 | 16 | 242 | 67 | 105 |
| Binary | 10000011 | 11011011 | 11000001 | 101000 | 0 | 1100 | 1110 | 10100010 | 110111 | 1000101 |
Color Harmonies of #83DBC1
Complementary color
Monochromatic Colors of #83DBC1
Black with #83DBC1
Text Example
Text Example
White with #83DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBC1; }
p { color: rgb(131,219,193); }
H1.HeaderClassName
{
color: #83DBC1;
}
.AnyTagClassName
{
color: #83DBC1;
}
</style>
background-color css
<style>
a { background-color: #83DBC1; }
a { background-color: rgb(131,219,193); }
div.DivClassName
{
background-color: #83DBC1;
}
.BgClassName
{
background-color: #83DBC1;
}
</style>
border-color css
<style>
span { border-color: #83DBC1; }
span { border-color: rgb(131,219,193); }
td.TdClassName
{
border-color: #83DBC1;
}
.TagClassName
{
border-color: #83DBC1;
}
</style>