#8DCEC7

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

Shades of Bermuda #8DCEC7

Tints of Bermuda #8DCEC7

Color information

#8DCEC7 (or 0x8DCEC7) is unknown color: approx Bermuda. HEX triplet: 8D, CE and C7. RGB value is (141,206,199). Sum of RGB (Red+Green+Blue) = 141+206+199=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEC7 is #723138. Grayscale: #B9B9B9. Windows color (decimal): -7483705 or 13094541. OLE color: 13094541.

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

Color convert

RGB141206199-
CMYK0.3200.030.19
HSL173.54º39.88%68.04%-
HSV(B)173.54º31.55%80.78%-
XYZ43.3653.9362.16-
YUV185.77135.4796.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 199 (78.12% from 255) = 36.45%
R=25.82%
G=37.73%
B=36.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061990.3200.030.19173.5439.8868.04
Hex8DCEC7200313ae2844
Octal21531630740032325650104
Binary10001101110011101100011110000001110011101011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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