#86E5FA

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

Shades of Electric Blue #86E5FA

Tints of Electric Blue #86E5FA

Color information

#86E5FA (or 0x86E5FA) is unknown color: approx Electric Blue. HEX triplet: 86, E5 and FA. RGB value is (134,229,250). Sum of RGB (Red+Green+Blue) = 134+229+250=613 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.86% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #86E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E5FA is #791A05. Grayscale: #CACACA. Windows color (decimal): -7936518 or 16442758. OLE color: 16442758.

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

Color convert

RGB134229250-
CMYK0.460.0800.02
HSL190.86º92.06%75.29%-
HSV(B)190.86º46.4%98.04%-
XYZ55.1168.01100.67-
YUV202.99154.5378.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.86%
GREEN value IS 229 (89.84% from 255) = 37.36%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=21.86%
G=37.36%
B=40.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342292500.460.0800.02190.8692.0675.29
Hex86E5FA2E802bf5c4b
Octal206345372561002277134113
Binary10000110111001011111101010111010000101011111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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