#86FAEB

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

Shades of Electric Blue #86FAEB

Tints of Electric Blue #86FAEB

Color information

#86FAEB (or 0x86FAEB) is unknown color: approx Electric Blue. HEX triplet: 86, FA and EB. RGB value is (134,250,235). Sum of RGB (Red+Green+Blue) = 134+250+235=619 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.65% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FAEB is #790514. Grayscale: #D5D5D5. Windows color (decimal): -7931157 or 15465094. OLE color: 15465094.

HSL color Cylindrical-coordinate representation of color #86FAEB: hue angle of 172.24º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FAEB is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB134250235-
CMYK0.4600.060.02
HSL172.24º92.06%75.29%-
HSV(B)172.24º46.4%98.04%-
XYZ59.0179.4490.82-
YUV213.61140.0771.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.65%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=21.65%
G=40.39%
B=37.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342502350.4600.060.02172.2492.0675.29
Hex86FAEB2E062ac5c4b
Octal20637235356062254134113
Binary1000011011111010111010111011100110101010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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