#8BCDC3

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

Shades of Bermuda #8BCDC3

Tints of Bermuda #8BCDC3

Color information

#8BCDC3 (or 0x8BCDC3) is unknown color: approx Bermuda. HEX triplet: 8B, CD and C3. RGB value is (139,205,195). Sum of RGB (Red+Green+Blue) = 139+205+195=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDC3 is #74323C. Grayscale: #B8B8B8. Windows color (decimal): -7615037 or 12832139. OLE color: 12832139.

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

Color convert

RGB139205195-
CMYK0.3200.050.20
HSL170.91º39.76%67.45%-
HSV(B)170.91º32.2%80.39%-
XYZ42.3353.0959.65-
YUV184.13134.1395.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 195 (76.56% from 255) = 36.18%
R=25.79%
G=38.03%
B=36.18%

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
Decimal1392051950.3200.050.20170.9139.7667.45
Hex8BCDC3200514ab2843
Octal21331530340052425350103
Binary100010111100110111000011100000010110100101010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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