#86FDEC

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

Shades of Electric Blue #86FDEC

Tints of Electric Blue #86FDEC

Color information

#86FDEC (or 0x86FDEC) is unknown color: approx Electric Blue. HEX triplet: 86, FD and EC. RGB value is (134,253,236). Sum of RGB (Red+Green+Blue) = 134+253+236=623 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.51% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDEC is #790213. Grayscale: #D7D7D7. Windows color (decimal): -7930388 or 15531398. OLE color: 15531398.

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

Color convert

RGB134253236-
CMYK0.4700.070.01
HSL171.43º96.75%75.88%-
HSV(B)171.43º47.04%99.22%-
XYZ60.181.3891.9-
YUV215.48139.5869.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.51%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=21.51%
G=40.61%
B=37.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342532360.4700.070.01171.4396.7575.88
Hex86FDEC2F071ab614c
Octal20637535457071253141114
Binary100001101111110111101100101111011111010101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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