#8DCEBF

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

Shades of Bermuda #8DCEBF

Tints of Bermuda #8DCEBF

Color information

#8DCEBF (or 0x8DCEBF) is unknown color: approx Bermuda. HEX triplet: 8D, CE and BF. RGB value is (141,206,191). Sum of RGB (Red+Green+Blue) = 141+206+191=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEBF is #723140. Grayscale: #B8B8B8. Windows color (decimal): -7483713 or 12570253. OLE color: 12570253.

HSL color Cylindrical-coordinate representation of color #8DCEBF: hue angle of 166.15º degrees, saturation: 0.4, 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 #8DCEBF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB141206191-
CMYK0.3200.070.19
HSL166.15º39.88%68.04%-
HSV(B)166.15º31.55%80.78%-
XYZ42.4653.5757.39-
YUV184.86131.4796.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 191 (75% from 255) = 35.50%
R=26.21%
G=38.29%
B=35.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061910.3200.070.19166.1539.8868.04
Hex8DCEBF200713a62844
Octal21531627740072324650104
Binary100011011100111010111111100000011110011101001101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,191); }

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

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

 a { background-color: rgb(141,206,191); }

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

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

 span { border-color: rgb(141,206,191); }

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