#86F6EB

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

Shades of Electric Blue #86F6EB

Tints of Electric Blue #86F6EB

Color information

#86F6EB (or 0x86F6EB) is unknown color: approx Electric Blue. HEX triplet: 86, F6 and EB. RGB value is (134,246,235). Sum of RGB (Red+Green+Blue) = 134+246+235=615 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.79% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F6EB is #790914. Grayscale: #D3D3D3. Windows color (decimal): -7932181 or 15464070. OLE color: 15464070.

HSL color Cylindrical-coordinate representation of color #86F6EB: hue angle of 174.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6EB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB134246235-
CMYK0.4600.040.04
HSL174.11º86.15%74.51%-
HSV(B)174.11º45.53%96.47%-
XYZ57.7876.9890.41-
YUV211.26141.3972.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.79%
GREEN value IS 246 (96.48% from 255) = 40%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=21.79%
G=40%
B=38.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342462350.4600.040.04174.1186.1574.51
Hex86F6EB2E044ae564b
Octal20636635356044256126113
Binary10000110111101101110101110111001001001010111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,235); }

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

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

 a { background-color: rgb(134,246,235); }

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

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

 span { border-color: rgb(134,246,235); }

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