#86FDFE

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

Shades of Electric Blue #86FDFE

Tints of Electric Blue #86FDFE

Color information

#86FDFE (or 0x86FDFE) is unknown color: approx Electric Blue. HEX triplet: 86, FD and FE. RGB value is (134,253,254). Sum of RGB (Red+Green+Blue) = 134+253+254=641 (84% of max value = 765). Red value is 134 (52.73% from 255 or 20.90% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #86FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDFE is #790201. Grayscale: #D9D9D9. Windows color (decimal): -7930370 or 16711046. OLE color: 16711046.

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

Color convert

RGB134253254-
CMYK0.470.0000.00
HSL180.5º98.36%76.08%-
HSV(B)180.5º47.24%99.61%-
XYZ62.8582.47106.37-
YUV217.53148.5868.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 20.90%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=20.90%
G=39.47%
B=39.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342532540.470.0000.00180.598.3676.08
Hex86FDFE2F000b4624c
Octal20637537657000264142114
Binary1000011011111101111111101011110001011010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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