#8FCEBD

Color #8FCEBD Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #8FCEBD

Tints of Bermuda #8FCEBD

Color information

#8FCEBD (or 0x8FCEBD) is unknown color: approx Bermuda. HEX triplet: 8F, CE and BD. RGB value is (143,206,189). Sum of RGB (Red+Green+Blue) = 143+206+189=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEBD is #703142. Grayscale: #B9B9B9. Windows color (decimal): -7352643 or 12439183. OLE color: 12439183.

HSL color Cylindrical-coordinate representation of color #8FCEBD: hue angle of 163.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEBD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB143206189-
CMYK0.3100.080.19
HSL163.81º39.13%68.43%-
HSV(B)163.81º30.58%80.78%-
XYZ42.5853.6656.26-
YUV185.22130.1397.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 26.58%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=26.58%
G=38.29%
B=35.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061890.3100.080.19163.8139.1368.43
Hex8FCEBD1F0813a42744
Octal217316275370102324447104
Binary100011111100111010111101111110100010011101001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FCEBD; }

 p { color: rgb(143,206,189); }

 H1.HeaderClassName
 {
   color: #8FCEBD;
 }
 .AnyTagClassName
 {
   color: #8FCEBD;
 }
</style>
background-color css

<style>
 a { background-color: #8FCEBD; }

 a { background-color: rgb(143,206,189); }

 div.DivClassName
 {
   background-color: #8FCEBD;
 }
 .BgClassName
 {
   background-color: #8FCEBD;
 }
</style>
border-color css

<style>
 span { border-color: #8FCEBD; }

 span { border-color: rgb(143,206,189); }

 td.TdClassName
 {
   border-color: #8FCEBD;
 }
 .TagClassName
 {
   border-color: #8FCEBD;
 }
</style>