#86CCBF

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

Shades of Bermuda #86CCBF

Tints of Bermuda #86CCBF

Color information

#86CCBF (or 0x86CCBF) is unknown color: approx Bermuda. HEX triplet: 86, CC and BF. RGB value is (134,204,191). Sum of RGB (Red+Green+Blue) = 134+204+191=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCBF is #793340. Grayscale: #B5B5B5. Windows color (decimal): -7942977 or 12569734. OLE color: 12569734.

HSL color Cylindrical-coordinate representation of color #86CCBF: hue angle of 168.86º 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 #86CCBF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB134204191-
CMYK0.3400.060.2
HSL168.86º40.7%66.27%-
HSV(B)168.86º34.31%80%-
XYZ40.8352.0257.18-
YUV181.59133.3194.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 191 (75% from 255) = 36.11%
R=25.33%
G=38.56%
B=36.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041910.3400.060.2168.8640.766.27
Hex86CCBF220614a92942
Octal20631427742062425151102
Binary100001101100110010111111100010011010100101010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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