Shades of Bermuda #88CCC9
Tints of Bermuda #88CCC9
RGB
CMYK
RGB Variations
Color information
#88CCC9 (or 0x88CCC9) is known color: Bermuda. HEX triplet: 88, CC and C9. RGB value is (136,204,201). Sum of RGB (Red+Green+Blue) = 136+204+201=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCC9 is #773336. Grayscale: #B7B7B7. Windows color (decimal): -7811895 or 13225096. OLE color: 13225096.
HSL color Cylindrical-coordinate representation of color #88CCC9: hue angle of 177.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCC9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 201 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.2 |
| HSL | 177.35º | 0.4% | 0.67% | - |
| HSV(B) | 177.35º | 0.33% | 0.8% | - |
| XYZ | 42.29 | 52.64 | 63.19 | - |
| YUV | 183.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 201 | 0.33 | 0 | 0.01 | 0.2 | 177.35 | 0.4 | 0.67 |
| Hex | 88 | CC | C9 | 21 | 0 | 1 | 14 | B1 | 28 | 43 |
| Octal | 210 | 314 | 311 | 41 | 0 | 1 | 24 | 261 | 50 | 103 |
| Binary | 10001000 | 11001100 | 11001001 | 100001 | 0 | 1 | 10100 | 10110001 | 101000 | 1000011 |
Color Harmonies of #88CCC9
Complementary color
Monochromatic Colors of #88CCC9
Black with #88CCC9
Text Example
Text Example
White with #88CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCC9; }
p { color: rgb(136,204,201); }
H1.HeaderClassName
{
color: #88CCC9;
}
.AnyTagClassName
{
color: #88CCC9;
}
</style>
background-color css
<style>
a { background-color: #88CCC9; }
a { background-color: rgb(136,204,201); }
div.DivClassName
{
background-color: #88CCC9;
}
.BgClassName
{
background-color: #88CCC9;
}
</style>
border-color css
<style>
span { border-color: #88CCC9; }
span { border-color: rgb(136,204,201); }
td.TdClassName
{
border-color: #88CCC9;
}
.TagClassName
{
border-color: #88CCC9;
}
</style>