#86ebea

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

Shades of Electric Blue #86EBEA

Tints of Electric Blue #86EBEA

Color information

#86EBEA (or 0x86EBEA) is unknown color: approx Electric Blue. HEX triplet: 86, EB and EA. RGB value is (134,235,234). Sum of RGB (Red+Green+Blue) = 134+235+234=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EBEA is #791415. Grayscale: #CCCCCC. Windows color (decimal): -7934998 or 15395718. OLE color: 15395718.

HSL color Cylindrical-coordinate representation of color #86EBEA: hue angle of 179.41º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBEA is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB134235234-
CMYK0.4300.000.08
HSL179.41º71.63%72.35%-
HSV(B)179.41º42.98%92.16%-
XYZ54.3970.4388.57-
YUV204.69144.5477.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.22%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=22.22%
G=38.97%
B=38.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342352340.4300.000.08179.4171.6372.35
Hex86EBEA2B008b34848
Octal206353352530010263110110
Binary1000011011101011111010101010110010001011001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ebea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,234); }

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

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

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

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

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

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

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