#86E6FE

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

Shades of Electric Blue #86E6FE

Tints of Electric Blue #86E6FE

Color information

#86E6FE (or 0x86E6FE) is unknown color: approx Electric Blue. HEX triplet: 86, E6 and FE. RGB value is (134,230,254). Sum of RGB (Red+Green+Blue) = 134+230+254=618 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.68% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #86E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E6FE is #791901. Grayscale: #CBCBCB. Windows color (decimal): -7936258 or 16705158. OLE color: 16705158.

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

Color convert

RGB134230254-
CMYK0.470.0900.00
HSL192º98.36%76.08%-
HSV(B)192º47.24%99.61%-
XYZ56.0268.82104.1-
YUV204.03156.278.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.68%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=21.68%
G=37.22%
B=41.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342302540.470.0900.0019298.3676.08
Hex86E6FE2F900c0624c
Octal206346376571100300142114
Binary1000011011100110111111101011111001001100000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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