Shades of Bermuda #89C2C3
Tints of Bermuda #89C2C3
RGB
CMYK
RGB Variations
Color information
#89C2C3 (or 0x89C2C3) is known color: Bermuda. HEX triplet: 89, C2 and C3. RGB value is (137,194,195). Sum of RGB (Red+Green+Blue) = 137+194+195=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #89C2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C2C3 is #763D3C. Grayscale: #B1B1B1. Windows color (decimal): -7748925 or 12829321. OLE color: 12829321.
HSL color Cylindrical-coordinate representation of color #89C2C3: hue angle of 181.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C2C3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 195 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.24 |
| HSL | 181.03º | 0.33% | 0.65% | - |
| HSV(B) | 181.03º | 0.3% | 0.76% | - |
| XYZ | 39.46 | 47.84 | 58.78 | - |
| YUV | 177.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 195 | 0.30 | 0.01 | 0 | 0.24 | 181.03 | 0.33 | 0.65 |
| Hex | 89 | C2 | C3 | 1E | 1 | 0 | 18 | B5 | 21 | 41 |
| Octal | 211 | 302 | 303 | 36 | 1 | 0 | 30 | 265 | 41 | 101 |
| Binary | 10001001 | 11000010 | 11000011 | 11110 | 1 | 0 | 11000 | 10110101 | 100001 | 1000001 |
Color Harmonies of #89C2C3
Complementary color
Monochromatic Colors of #89C2C3
Black with #89C2C3
Text Example
Text Example
White with #89C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C2C3; }
p { color: rgb(137,194,195); }
H1.HeaderClassName
{
color: #89C2C3;
}
.AnyTagClassName
{
color: #89C2C3;
}
</style>
background-color css
<style>
a { background-color: #89C2C3; }
a { background-color: rgb(137,194,195); }
div.DivClassName
{
background-color: #89C2C3;
}
.BgClassName
{
background-color: #89C2C3;
}
</style>
border-color css
<style>
span { border-color: #89C2C3; }
span { border-color: rgb(137,194,195); }
td.TdClassName
{
border-color: #89C2C3;
}
.TagClassName
{
border-color: #89C2C3;
}
</style>