#8DCEC2

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

Shades of Bermuda #8DCEC2

Tints of Bermuda #8DCEC2

Color information

#8DCEC2 (or 0x8DCEC2) is unknown color: approx Bermuda. HEX triplet: 8D, CE and C2. RGB value is (141,206,194). Sum of RGB (Red+Green+Blue) = 141+206+194=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEC2 is #72313D. Grayscale: #B9B9B9. Windows color (decimal): -7483710 or 12766861. OLE color: 12766861.

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

Color convert

RGB141206194-
CMYK0.3200.060.19
HSL168.92º39.88%68.04%-
HSV(B)168.92º31.55%80.78%-
XYZ42.7953.759.15-
YUV185.2132.9796.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=26.06%
G=38.08%
B=35.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061940.3200.060.19168.9239.8868.04
Hex8DCEC2200613a92844
Octal21531630240062325150104
Binary100011011100111011000010100000011010011101010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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