#8CC8BF

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

Shades of Bermuda #8CC8BF

Tints of Bermuda #8CC8BF

Color information

#8CC8BF (or 0x8CC8BF) is unknown color: approx Bermuda. HEX triplet: 8C, C8 and BF. RGB value is (140,200,191). Sum of RGB (Red+Green+Blue) = 140+200+191=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8BF is #733740. Grayscale: #B5B5B5. Windows color (decimal): -7550785 or 12568716. OLE color: 12568716.

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

Color convert

RGB140200191-
CMYK0.300.040.22
HSL171º35.29%66.67%-
HSV(B)171º30%78.43%-
XYZ40.8750.6556.91-
YUV181.03133.6298.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 191 (75% from 255) = 35.97%
R=26.37%
G=37.66%
B=35.97%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001910.300.040.2217135.2966.67
Hex8CC8BF1E0416ab2343
Octal21431027736042625343103
Binary10001100110010001011111111110010010110101010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,191); }

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

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

 a { background-color: rgb(140,200,191); }

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

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

 span { border-color: rgb(140,200,191); }

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