Shades of Bermuda #8ADBBC
Tints of Bermuda #8ADBBC
RGB
CMYK
RGB Variations
Color information
#8ADBBC (or 0x8ADBBC) is known color: Bermuda. HEX triplet: 8A, DB and BC. RGB value is (138,219,188). Sum of RGB (Red+Green+Blue) = 138+219+188=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADBBC is #752443. Grayscale: #BFBFBF. Windows color (decimal): -7676996 or 12376970. OLE color: 12376970.
HSL color Cylindrical-coordinate representation of color #8ADBBC: hue angle of 157.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADBBC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 188 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.14 |
| HSL | 157.04º | 0.53% | 0.7% | - |
| HSV(B) | 157.04º | 0.37% | 0.86% | - |
| XYZ | 44.89 | 59.7 | 56.73 | - |
| YUV | 191.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 188 | 0.37 | 0 | 0.14 | 0.14 | 157.04 | 0.53 | 0.7 |
| Hex | 8A | DB | BC | 25 | 0 | E | E | 9D | 35 | 46 |
| Octal | 212 | 333 | 274 | 45 | 0 | 16 | 16 | 235 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10111100 | 100101 | 0 | 1110 | 1110 | 10011101 | 110101 | 1000110 |
Color Harmonies of #8ADBBC
Complementary color
Monochromatic Colors of #8ADBBC
Black with #8ADBBC
Text Example
Text Example
White with #8ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADBBC; }
p { color: rgb(138,219,188); }
H1.HeaderClassName
{
color: #8ADBBC;
}
.AnyTagClassName
{
color: #8ADBBC;
}
</style>
background-color css
<style>
a { background-color: #8ADBBC; }
a { background-color: rgb(138,219,188); }
div.DivClassName
{
background-color: #8ADBBC;
}
.BgClassName
{
background-color: #8ADBBC;
}
</style>
border-color css
<style>
span { border-color: #8ADBBC; }
span { border-color: rgb(138,219,188); }
td.TdClassName
{
border-color: #8ADBBC;
}
.TagClassName
{
border-color: #8ADBBC;
}
</style>