#86fef2

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

Shades of Electric Blue #86FEF2

Tints of Electric Blue #86FEF2

Color information

#86FEF2 (or 0x86FEF2) is unknown color: approx Electric Blue. HEX triplet: 86, FE and F2. RGB value is (134,254,242). Sum of RGB (Red+Green+Blue) = 134+254+242=630 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.27% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEF2 is #79010D. Grayscale: #D8D8D8. Windows color (decimal): -7930126 or 15924870. OLE color: 15924870.

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

Color convert

RGB134254242-
CMYK0.4700.050.00
HSL174º98.36%76.08%-
HSV(B)174º47.24%99.61%-
XYZ61.382.3696.67-
YUV216.75142.2468.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.27%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=21.27%
G=40.32%
B=38.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342542420.4700.050.0017498.3676.08
Hex86FEF22F050ae624c
Octal20637636257050256142114
Binary100001101111111011110010101111010101010111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86fef2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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