#86ECF1

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

Shades of Electric Blue #86ECF1

Tints of Electric Blue #86ECF1

Color information

#86ECF1 (or 0x86ECF1) is unknown color: approx Electric Blue. HEX triplet: 86, EC and F1. RGB value is (134,236,241). Sum of RGB (Red+Green+Blue) = 134+236+241=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #86ECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86ECF1 is #79130E. Grayscale: #CDCDCD. Windows color (decimal): -7934735 or 15854726. OLE color: 15854726.

HSL color Cylindrical-coordinate representation of color #86ECF1: hue angle of 182.8º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86ECF1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134236241-
CMYK0.440.0200.05
HSL182.8º79.26%73.53%-
HSV(B)182.8º44.4%94.51%-
XYZ55.771.4194.07-
YUV206.07147.7176.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.93%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=21.93%
G=38.63%
B=39.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342362410.440.0200.05182.879.2673.53
Hex86ECF12C205b74f4a
Octal20635436154205267117112
Binary1000011011101100111100011011001001011011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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