#86FFEC

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

Shades of Electric Blue #86FFEC

Tints of Electric Blue #86FFEC

Color information

#86FFEC (or 0x86FFEC) is unknown color: approx Electric Blue. HEX triplet: 86, FF and EC. RGB value is (134,255,236). Sum of RGB (Red+Green+Blue) = 134+255+236=625 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.44% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFEC is #790013. Grayscale: #D8D8D8. Windows color (decimal): -7929876 or 15531910. OLE color: 15531910.

HSL color Cylindrical-coordinate representation of color #86FFEC: hue angle of 170.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFEC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB134255236-
CMYK0.4700.070
HSL170.58º100%76.27%-
HSV(B)170.58º47.45%100%-
XYZ60.7382.6492.11-
YUV216.66138.9169.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.44%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=21.44%
G=40.8%
B=37.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342552360.4700.070170.5810076.27
Hex86FFEC2F070ab644c
Octal20637735457070253144114
Binary100001101111111111101100101111011101010101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,255,236); }

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

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

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

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

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

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

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