#86CDCA

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

Shades of Bermuda #86CDCA

Tints of Bermuda #86CDCA

Color information

#86CDCA (or 0x86CDCA) is unknown color: approx Bermuda. HEX triplet: 86, CD and CA. RGB value is (134,205,202). Sum of RGB (Red+Green+Blue) = 134+205+202=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDCA is #793235. Grayscale: #B7B7B7. Windows color (decimal): -7942710 or 13290886. OLE color: 13290886.

HSL color Cylindrical-coordinate representation of color #86CDCA: hue angle of 177.46º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDCA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB134205202-
CMYK0.3500.010.20
HSL177.46º41.52%66.47%-
HSV(B)177.46º34.63%80.39%-
XYZ42.325363.88-
YUV183.43138.4892.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.77%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=24.77%
G=37.89%
B=37.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342052020.3500.010.20177.4641.5266.47
Hex86CDCA230114b12a42
Octal20631531243012426152102
Binary1000011011001101110010101000110110100101100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CDCA; }

 p { color: rgb(134,205,202); }

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

<style>
 a { background-color: #86CDCA; }

 a { background-color: rgb(134,205,202); }

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

<style>
 span { border-color: #86CDCA; }

 span { border-color: rgb(134,205,202); }

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