#86E5FB

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

Shades of Electric Blue #86E5FB

Tints of Electric Blue #86E5FB

Color information

#86E5FB (or 0x86E5FB) is unknown color: approx Electric Blue. HEX triplet: 86, E5 and FB. RGB value is (134,229,251). Sum of RGB (Red+Green+Blue) = 134+229+251=614 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.82% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #86E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E5FB is #791A04. Grayscale: #CACACA. Windows color (decimal): -7936517 or 16508294. OLE color: 16508294.

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

Color convert

RGB134229251-
CMYK0.470.0900.02
HSL191.28º93.6%75.49%-
HSV(B)191.28º46.61%98.43%-
XYZ55.2668.07101.49-
YUV203.1155.0378.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.82%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=21.82%
G=37.30%
B=40.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342292510.470.0900.02191.2893.675.49
Hex86E5FB2F902bf5e4b
Octal206345373571102277136113
Binary10000110111001011111101110111110010101011111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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