#8CC8BD

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

Shades of Bermuda #8CC8BD

Tints of Bermuda #8CC8BD

Color information

#8CC8BD (or 0x8CC8BD) is unknown color: approx Bermuda. HEX triplet: 8C, C8 and BD. RGB value is (140,200,189). Sum of RGB (Red+Green+Blue) = 140+200+189=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8BD is #733742. Grayscale: #B4B4B4. Windows color (decimal): -7550787 or 12437644. OLE color: 12437644.

HSL color Cylindrical-coordinate representation of color #8CC8BD: hue angle of 169º 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 #8CC8BD is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB140200189-
CMYK0.300.060.22
HSL169º35.29%66.67%-
HSV(B)169º30%78.43%-
XYZ40.6550.5655.76-
YUV180.81132.6298.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=26.47%
G=37.81%
B=35.73%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1402001890.300.060.2216935.2966.67
Hex8CC8BD1E0616a92343
Octal21431027536062625143103
Binary10001100110010001011110111110011010110101010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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