#86FEFD

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

Shades of Electric Blue #86FEFD

Tints of Electric Blue #86FEFD

Color information

#86FEFD (or 0x86FEFD) is unknown color: approx Electric Blue. HEX triplet: 86, FE and FD. RGB value is (134,254,253). Sum of RGB (Red+Green+Blue) = 134+254+253=641 (84% of max value = 765). Red value is 134 (52.73% from 255 or 20.90% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEFD is #790102. Grayscale: #D9D9D9. Windows color (decimal): -7930115 or 16645766. OLE color: 16645766.

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

Color convert

RGB134254253-
CMYK0.4700.000.00
HSL179.5º98.36%76.08%-
HSV(B)179.5º47.24%99.61%-
XYZ6383.04105.64-
YUV218.01147.7468.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 20.90%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=20.90%
G=39.63%
B=39.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342542530.4700.000.00179.598.3676.08
Hex86FEFD2F000b4624c
Octal20637637557000264142114
Binary1000011011111110111111011011110001011010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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