#86ECFD

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

Shades of Electric Blue #86ECFD

Tints of Electric Blue #86ECFD

Color information

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

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

Color convert

RGB134236253-
CMYK0.470.0700.01
HSL188.57º96.75%75.88%-
HSV(B)188.57º47.04%99.22%-
XYZ57.5672.15103.82-
YUV207.44153.7175.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342362530.470.0700.01188.5796.7575.88
Hex86ECFD2F701bd614c
Octal20635437557701275141114
Binary100001101110110011111101101111111011011110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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