#8BCDC2

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

Shades of Bermuda #8BCDC2

Tints of Bermuda #8BCDC2

Color information

#8BCDC2 (or 0x8BCDC2) is unknown color: approx Bermuda. HEX triplet: 8B, CD and C2. RGB value is (139,205,194). Sum of RGB (Red+Green+Blue) = 139+205+194=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDC2 is #74323D. Grayscale: #B7B7B7. Windows color (decimal): -7615038 or 12766603. OLE color: 12766603.

HSL color Cylindrical-coordinate representation of color #8BCDC2: hue angle of 170º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDC2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB139205194-
CMYK0.3200.050.20
HSL170º39.76%67.45%-
HSV(B)170º32.2%80.39%-
XYZ42.2253.0559.05-
YUV184.01133.6395.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=25.84%
G=38.10%
B=36.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051940.3200.050.2017039.7667.45
Hex8BCDC2200514aa2843
Octal21331530240052425250103
Binary100010111100110111000010100000010110100101010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,194); }

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

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

 a { background-color: rgb(139,205,194); }

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

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

 span { border-color: rgb(139,205,194); }

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