#86FEFA

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

Shades of Electric Blue #86FEFA

Tints of Electric Blue #86FEFA

Color information

#86FEFA (or 0x86FEFA) is unknown color: approx Electric Blue. HEX triplet: 86, FE and FA. RGB value is (134,254,250). Sum of RGB (Red+Green+Blue) = 134+254+250=638 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.00% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEFA is #790105. Grayscale: #D9D9D9. Windows color (decimal): -7930118 or 16449158. OLE color: 16449158.

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

Color convert

RGB134254250-
CMYK0.4700.020.00
HSL178º98.36%76.08%-
HSV(B)178º47.24%99.61%-
XYZ62.5382.85103.14-
YUV217.66146.2468.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.00%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=21.00%
G=39.81%
B=39.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342542500.4700.020.0017898.3676.08
Hex86FEFA2F020b2624c
Octal20637637257020262142114
Binary10000110111111101111101010111101001011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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