#86ECFC

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

Shades of Electric Blue #86ECFC

Tints of Electric Blue #86ECFC

Color information

#86ECFC (or 0x86ECFC) is unknown color: approx Electric Blue. HEX triplet: 86, EC and FC. RGB value is (134,236,252). Sum of RGB (Red+Green+Blue) = 134+236+252=622 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.54% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #86ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86ECFC is #791303. Grayscale: #CFCFCF. Windows color (decimal): -7934724 or 16575622. OLE color: 16575622.

HSL color Cylindrical-coordinate representation of color #86ECFC: hue angle of 188.14º degrees, saturation: 0.95, 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 #86ECFC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134236252-
CMYK0.470.0600.01
HSL188.14º95.16%75.69%-
HSV(B)188.14º46.83%98.82%-
XYZ57.472.09102.98-
YUV207.33153.2175.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.54%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=21.54%
G=37.94%
B=40.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342362520.470.0600.01188.1495.1675.69
Hex86ECFC2F601bc5f4c
Octal20635437457601274137114
Binary100001101110110011111100101111110011011110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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