#8CC7BD

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

Shades of Bermuda #8CC7BD

Tints of Bermuda #8CC7BD

Color information

#8CC7BD (or 0x8CC7BD) is unknown color: approx Bermuda. HEX triplet: 8C, C7 and BD. RGB value is (140,199,189). Sum of RGB (Red+Green+Blue) = 140+199+189=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7BD is #733842. Grayscale: #B4B4B4. Windows color (decimal): -7551043 or 12437388. OLE color: 12437388.

HSL color Cylindrical-coordinate representation of color #8CC7BD: hue angle of 169.83º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7BD is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB140199189-
CMYK0.3000.050.22
HSL169.83º34.5%66.47%-
HSV(B)169.83º29.65%78.04%-
XYZ40.4250.155.68-
YUV180.22132.9599.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=26.52%
G=37.69%
B=35.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401991890.3000.050.22169.8334.566.47
Hex8CC7BD1E0516aa2342
Octal21430727536052625243102
Binary10001100110001111011110111110010110110101010101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,199,189); }

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

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

 a { background-color: rgb(140,199,189); }

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

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

 span { border-color: rgb(140,199,189); }

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