Shades of Bermuda #8BCCC9
Tints of Bermuda #8BCCC9
RGB
CMYK
RGB Variations
Color information
#8BCCC9 (or 0x8BCCC9) is known color: Bermuda. HEX triplet: 8B, CC and C9. RGB value is (139,204,201). Sum of RGB (Red+Green+Blue) = 139+204+201=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCC9 is #743336. Grayscale: #B8B8B8. Windows color (decimal): -7615287 or 13225099. OLE color: 13225099.
HSL color Cylindrical-coordinate representation of color #8BCCC9: hue angle of 177.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCCC9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 201 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.2 |
| HSL | 177.23º | 0.39% | 0.67% | - |
| HSV(B) | 177.23º | 0.32% | 0.8% | - |
| XYZ | 42.78 | 52.89 | 63.21 | - |
| YUV | 184.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 201 | 0.32 | 0 | 0.01 | 0.2 | 177.23 | 0.39 | 0.67 |
| Hex | 8B | CC | C9 | 20 | 0 | 1 | 14 | B1 | 27 | 43 |
| Octal | 213 | 314 | 311 | 40 | 0 | 1 | 24 | 261 | 47 | 103 |
| Binary | 10001011 | 11001100 | 11001001 | 100000 | 0 | 1 | 10100 | 10110001 | 100111 | 1000011 |
Color Harmonies of #8BCCC9
Complementary color
Monochromatic Colors of #8BCCC9
Black with #8BCCC9
Text Example
Text Example
White with #8BCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCC9; }
p { color: rgb(139,204,201); }
H1.HeaderClassName
{
color: #8BCCC9;
}
.AnyTagClassName
{
color: #8BCCC9;
}
</style>
background-color css
<style>
a { background-color: #8BCCC9; }
a { background-color: rgb(139,204,201); }
div.DivClassName
{
background-color: #8BCCC9;
}
.BgClassName
{
background-color: #8BCCC9;
}
</style>
border-color css
<style>
span { border-color: #8BCCC9; }
span { border-color: rgb(139,204,201); }
td.TdClassName
{
border-color: #8BCCC9;
}
.TagClassName
{
border-color: #8BCCC9;
}
</style>