#8BCFC7

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

Shades of Bermuda #8BCFC7

Tints of Bermuda #8BCFC7

Color information

#8BCFC7 (or 0x8BCFC7) is unknown color: approx Bermuda. HEX triplet: 8B, CF and C7. RGB value is (139,207,199). Sum of RGB (Red+Green+Blue) = 139+207+199=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFC7 is #743038. Grayscale: #B9B9B9. Windows color (decimal): -7614521 or 13094795. OLE color: 13094795.

HSL color Cylindrical-coordinate representation of color #8BCFC7: hue angle of 172.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFC7 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB139207199-
CMYK0.3300.040.19
HSL172.94º41.46%67.84%-
HSV(B)172.94º32.85%81.18%-
XYZ43.2754.2462.22-
YUV185.76135.4794.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 199 (78.12% from 255) = 36.51%
R=25.50%
G=37.98%
B=36.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071990.3300.040.19172.9441.4667.84
Hex8BCFC7210413ad2944
Octal21331730741042325551104
Binary100010111100111111000111100001010010011101011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,199); }

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

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

 a { background-color: rgb(139,207,199); }

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

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

 span { border-color: rgb(139,207,199); }

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