Shades of Bermuda #8CCFC1
Tints of Bermuda #8CCFC1
RGB
CMYK
RGB Variations
Color information
#8CCFC1 (or 0x8CCFC1) is known color: Bermuda. HEX triplet: 8C, CF and C1. RGB value is (140,207,193). Sum of RGB (Red+Green+Blue) = 140+207+193=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFC1 is #73303E. Grayscale: #B9B9B9. Windows color (decimal): -7548991 or 12701580. OLE color: 12701580.
HSL color Cylindrical-coordinate representation of color #8CCFC1: hue angle of 167.46º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCFC1 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 193 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.19 |
| HSL | 167.46º | 0.41% | 0.68% | - |
| HSV(B) | 167.46º | 0.32% | 0.81% | - |
| XYZ | 42.75 | 54.05 | 58.63 | - |
| YUV | 185.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 193 | 0.32 | 0 | 0.07 | 0.19 | 167.46 | 0.41 | 0.68 |
| Hex | 8C | CF | C1 | 20 | 0 | 7 | 13 | A7 | 29 | 44 |
| Octal | 214 | 317 | 301 | 40 | 0 | 7 | 23 | 247 | 51 | 104 |
| Binary | 10001100 | 11001111 | 11000001 | 100000 | 0 | 111 | 10011 | 10100111 | 101001 | 1000100 |
Color Harmonies of #8CCFC1
Complementary color
Monochromatic Colors of #8CCFC1
Black with #8CCFC1
Text Example
Text Example
White with #8CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFC1; }
p { color: rgb(140,207,193); }
H1.HeaderClassName
{
color: #8CCFC1;
}
.AnyTagClassName
{
color: #8CCFC1;
}
</style>
background-color css
<style>
a { background-color: #8CCFC1; }
a { background-color: rgb(140,207,193); }
div.DivClassName
{
background-color: #8CCFC1;
}
.BgClassName
{
background-color: #8CCFC1;
}
</style>
border-color css
<style>
span { border-color: #8CCFC1; }
span { border-color: rgb(140,207,193); }
td.TdClassName
{
border-color: #8CCFC1;
}
.TagClassName
{
border-color: #8CCFC1;
}
</style>