#86FCFA

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

Shades of Electric Blue #86FCFA

Tints of Electric Blue #86FCFA

Color information

#86FCFA (or 0x86FCFA) is unknown color: approx Electric Blue. HEX triplet: 86, FC and FA. RGB value is (134,252,250). Sum of RGB (Red+Green+Blue) = 134+252+250=636 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.07% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FCFA is #790305. Grayscale: #D8D8D8. Windows color (decimal): -7930630 or 16448646. OLE color: 16448646.

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

Color convert

RGB134252250-
CMYK0.4700.010.01
HSL178.98º95.16%75.69%-
HSV(B)178.98º46.83%98.82%-
XYZ61.981.59102.93-
YUV216.49146.9169.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.07%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=21.07%
G=39.62%
B=39.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342522500.4700.010.01178.9895.1675.69
Hex86FCFA2F011b35f4c
Octal20637437257011263137114
Binary1000011011111100111110101011110111011001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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