#8BCDC6

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

Shades of Bermuda #8BCDC6

Tints of Bermuda #8BCDC6

Color information

#8BCDC6 (or 0x8BCDC6) is unknown color: approx Bermuda. HEX triplet: 8B, CD and C6. RGB value is (139,205,198). Sum of RGB (Red+Green+Blue) = 139+205+198=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDC6 is #743239. Grayscale: #B8B8B8. Windows color (decimal): -7615034 or 13028747. OLE color: 13028747.

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

Color convert

RGB139205198-
CMYK0.3200.030.20
HSL173.64º39.76%67.45%-
HSV(B)173.64º32.2%80.39%-
XYZ42.6753.2361.45-
YUV184.47135.6395.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=25.65%
G=37.82%
B=36.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051980.3200.030.20173.6439.7667.45
Hex8BCDC6200314ae2843
Octal21331530640032425650103
Binary10001011110011011100011010000001110100101011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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