Shades of Bermuda #83CEC9
Tints of Bermuda #83CEC9
RGB
CMYK
RGB Variations
Color information
#83CEC9 (or 0x83CEC9) is known color: Bermuda. HEX triplet: 83, CE and C9. RGB value is (131,206,201). Sum of RGB (Red+Green+Blue) = 131+206+201=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEC9 is #7C3136. Grayscale: #B6B6B6. Windows color (decimal): -8139063 or 13225603. OLE color: 13225603.
HSL color Cylindrical-coordinate representation of color #83CEC9: hue angle of 176º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEC9 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 201 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.19 |
| HSL | 176º | 0.43% | 0.66% | - |
| HSV(B) | 176º | 0.36% | 0.81% | - |
| XYZ | 41.97 | 53.18 | 63.31 | - |
| YUV | 183.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 201 | 0.36 | 0 | 0.02 | 0.19 | 176 | 0.43 | 0.66 |
| Hex | 83 | CE | C9 | 24 | 0 | 2 | 13 | B0 | 2B | 42 |
| Octal | 203 | 316 | 311 | 44 | 0 | 2 | 23 | 260 | 53 | 102 |
| Binary | 10000011 | 11001110 | 11001001 | 100100 | 0 | 10 | 10011 | 10110000 | 101011 | 1000010 |
Color Harmonies of #83CEC9
Complementary color
Monochromatic Colors of #83CEC9
Black with #83CEC9
Text Example
Text Example
White with #83CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEC9; }
p { color: rgb(131,206,201); }
H1.HeaderClassName
{
color: #83CEC9;
}
.AnyTagClassName
{
color: #83CEC9;
}
</style>
background-color css
<style>
a { background-color: #83CEC9; }
a { background-color: rgb(131,206,201); }
div.DivClassName
{
background-color: #83CEC9;
}
.BgClassName
{
background-color: #83CEC9;
}
</style>
border-color css
<style>
span { border-color: #83CEC9; }
span { border-color: rgb(131,206,201); }
td.TdClassName
{
border-color: #83CEC9;
}
.TagClassName
{
border-color: #83CEC9;
}
</style>