#86CCCC

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

Shades of Bermuda #86CCCC

Tints of Bermuda #86CCCC

Color information

#86CCCC (or 0x86CCCC) is unknown color: approx Bermuda. HEX triplet: 86, CC and CC. RGB value is (134,204,204). Sum of RGB (Red+Green+Blue) = 134+204+204=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #86CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCCC is #793333. Grayscale: #B7B7B7. Windows color (decimal): -7942964 or 13421702. OLE color: 13421702.

HSL color Cylindrical-coordinate representation of color #86CCCC: hue angle of 180º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CCCC is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134204204-
CMYK0.34000.2
HSL180º40.7%66.27%-
HSV(B)180º34.31%80%-
XYZ42.3252.6165.05-
YUV183.07139.8193-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=24.72%
G=37.64%
B=37.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342042040.34000.218040.766.27
Hex86CCCC220014b42942
Octal20631431442002426451102
Binary1000011011001100110011001000100010100101101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,204); }

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

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

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

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

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

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

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