#8CCEC8

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

Shades of Bermuda #8CCEC8

Tints of Bermuda #8CCEC8

Color information

#8CCEC8 (or 0x8CCEC8) is unknown color: approx Bermuda. HEX triplet: 8C, CE and C8. RGB value is (140,206,200). Sum of RGB (Red+Green+Blue) = 140+206+200=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC8 is #733137. Grayscale: #B9B9B9. Windows color (decimal): -7549240 or 13160076. OLE color: 13160076.

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

Color convert

RGB140206200-
CMYK0.3200.030.19
HSL174.55º40.24%67.84%-
HSV(B)174.55º32.04%80.78%-
XYZ43.3153.8962.76-
YUV185.58136.1395.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.64%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=25.64%
G=37.73%
B=36.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402062000.3200.030.19174.5540.2467.84
Hex8CCEC8200313af2844
Octal21431631040032325750104
Binary10001100110011101100100010000001110011101011111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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