Shades of Bermuda #8FCDC3
Tints of Bermuda #8FCDC3
RGB
CMYK
RGB Variations
Color information
#8FCDC3 (or 0x8FCDC3) is known color: Bermuda. HEX triplet: 8F, CD and C3. RGB value is (143,205,195). Sum of RGB (Red+Green+Blue) = 143+205+195=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDC3 is #70323C. Grayscale: #B9B9B9. Windows color (decimal): -7352893 or 12832143. OLE color: 12832143.
HSL color Cylindrical-coordinate representation of color #8FCDC3: hue angle of 170.32º 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 #8FCDC3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 195 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.20 |
| HSL | 170.32º | 0.38% | 0.68% | - |
| HSV(B) | 170.32º | 0.3% | 0.8% | - |
| XYZ | 43.01 | 53.44 | 59.68 | - |
| YUV | 185.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 195 | 0.30 | 0 | 0.05 | 0.20 | 170.32 | 0.38 | 0.68 |
| Hex | 8F | CD | C3 | 1E | 0 | 5 | 14 | AA | 26 | 44 |
| Octal | 217 | 315 | 303 | 36 | 0 | 5 | 24 | 252 | 46 | 104 |
| Binary | 10001111 | 11001101 | 11000011 | 11110 | 0 | 101 | 10100 | 10101010 | 100110 | 1000100 |
Color Harmonies of #8FCDC3
Complementary color
Monochromatic Colors of #8FCDC3
Black with #8FCDC3
Text Example
Text Example
White with #8FCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDC3; }
p { color: rgb(143,205,195); }
H1.HeaderClassName
{
color: #8FCDC3;
}
.AnyTagClassName
{
color: #8FCDC3;
}
</style>
background-color css
<style>
a { background-color: #8FCDC3; }
a { background-color: rgb(143,205,195); }
div.DivClassName
{
background-color: #8FCDC3;
}
.BgClassName
{
background-color: #8FCDC3;
}
</style>
border-color css
<style>
span { border-color: #8FCDC3; }
span { border-color: rgb(143,205,195); }
td.TdClassName
{
border-color: #8FCDC3;
}
.TagClassName
{
border-color: #8FCDC3;
}
</style>