Shades of Bermuda #8FCDC2
Tints of Bermuda #8FCDC2
RGB
CMYK
RGB Variations
Color information
#8FCDC2 (or 0x8FCDC2) is known color: Bermuda. HEX triplet: 8F, CD and C2. RGB value is (143,205,194). Sum of RGB (Red+Green+Blue) = 143+205+194=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDC2 is #70323D. Grayscale: #B9B9B9. Windows color (decimal): -7352894 or 12766607. OLE color: 12766607.
HSL color Cylindrical-coordinate representation of color #8FCDC2: hue angle of 169.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDC2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 194 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.20 |
| HSL | 169.35º | 0.38% | 0.68% | - |
| HSV(B) | 169.35º | 0.3% | 0.8% | - |
| XYZ | 42.9 | 53.4 | 59.08 | - |
| YUV | 185.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 194 | 0.30 | 0 | 0.05 | 0.20 | 169.35 | 0.38 | 0.68 |
| Hex | 8F | CD | C2 | 1E | 0 | 5 | 14 | A9 | 26 | 44 |
| Octal | 217 | 315 | 302 | 36 | 0 | 5 | 24 | 251 | 46 | 104 |
| Binary | 10001111 | 11001101 | 11000010 | 11110 | 0 | 101 | 10100 | 10101001 | 100110 | 1000100 |
Color Harmonies of #8FCDC2
Complementary color
Monochromatic Colors of #8FCDC2
Black with #8FCDC2
Text Example
Text Example
White with #8FCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDC2; }
p { color: rgb(143,205,194); }
H1.HeaderClassName
{
color: #8FCDC2;
}
.AnyTagClassName
{
color: #8FCDC2;
}
</style>
background-color css
<style>
a { background-color: #8FCDC2; }
a { background-color: rgb(143,205,194); }
div.DivClassName
{
background-color: #8FCDC2;
}
.BgClassName
{
background-color: #8FCDC2;
}
</style>
border-color css
<style>
span { border-color: #8FCDC2; }
span { border-color: rgb(143,205,194); }
td.TdClassName
{
border-color: #8FCDC2;
}
.TagClassName
{
border-color: #8FCDC2;
}
</style>