#86F0FE

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

Shades of Electric Blue #86F0FE

Tints of Electric Blue #86F0FE

Color information

#86F0FE (or 0x86F0FE) is unknown color: approx Electric Blue. HEX triplet: 86, F0 and FE. RGB value is (134,240,254). Sum of RGB (Red+Green+Blue) = 134+240+254=628 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.34% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #86F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F0FE is #790F01. Grayscale: #D1D1D1. Windows color (decimal): -7933698 or 16707718. OLE color: 16707718.

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

Color convert

RGB134240254-
CMYK0.470.0600.00
HSL187º98.36%76.08%-
HSV(B)187º47.24%99.61%-
XYZ58.8874.54105.05-
YUV209.9152.8873.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.34%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=21.34%
G=38.22%
B=40.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342402540.470.0600.0018798.3676.08
Hex86F0FE2F600bb624c
Octal20636037657600273142114
Binary100001101111000011111110101111110001011101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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