Shades of Bermuda #88CDC1
Tints of Bermuda #88CDC1
RGB
CMYK
RGB Variations
Color information
#88CDC1 (or 0x88CDC1) is known color: Bermuda. HEX triplet: 88, CD and C1. RGB value is (136,205,193). Sum of RGB (Red+Green+Blue) = 136+205+193=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC1 is #77323E. Grayscale: #B6B6B6. Windows color (decimal): -7811647 or 12701064. OLE color: 12701064.
HSL color Cylindrical-coordinate representation of color #88CDC1: hue angle of 169.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDC1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 193 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.20 |
| HSL | 169.57º | 0.41% | 0.67% | - |
| HSV(B) | 169.57º | 0.34% | 0.8% | - |
| XYZ | 41.61 | 52.75 | 58.44 | - |
| YUV | 183 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 193 | 0.34 | 0 | 0.06 | 0.20 | 169.57 | 0.41 | 0.67 |
| Hex | 88 | CD | C1 | 22 | 0 | 6 | 14 | AA | 29 | 43 |
| Octal | 210 | 315 | 301 | 42 | 0 | 6 | 24 | 252 | 51 | 103 |
| Binary | 10001000 | 11001101 | 11000001 | 100010 | 0 | 110 | 10100 | 10101010 | 101001 | 1000011 |
Color Harmonies of #88CDC1
Complementary color
Monochromatic Colors of #88CDC1
Black with #88CDC1
Text Example
Text Example
White with #88CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDC1; }
p { color: rgb(136,205,193); }
H1.HeaderClassName
{
color: #88CDC1;
}
.AnyTagClassName
{
color: #88CDC1;
}
</style>
background-color css
<style>
a { background-color: #88CDC1; }
a { background-color: rgb(136,205,193); }
div.DivClassName
{
background-color: #88CDC1;
}
.BgClassName
{
background-color: #88CDC1;
}
</style>
border-color css
<style>
span { border-color: #88CDC1; }
span { border-color: rgb(136,205,193); }
td.TdClassName
{
border-color: #88CDC1;
}
.TagClassName
{
border-color: #88CDC1;
}
</style>