#86FFF7

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

Shades of Electric Blue #86FFF7

Tints of Electric Blue #86FFF7

Color information

#86FFF7 (or 0x86FFF7) is unknown color: approx Electric Blue. HEX triplet: 86, FF and F7. RGB value is (134,255,247). Sum of RGB (Red+Green+Blue) = 134+255+247=636 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.07% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFF7 is #790008. Grayscale: #D9D9D9. Windows color (decimal): -7929865 or 16252806. OLE color: 16252806.

HSL color Cylindrical-coordinate representation of color #86FFF7: hue angle of 176.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFF7 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB134255247-
CMYK0.4700.030
HSL176.03º100%76.27%-
HSV(B)176.03º47.45%100%-
XYZ62.3883.3100.79-
YUV217.91144.4168.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.07%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=21.07%
G=40.09%
B=38.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342552470.4700.030176.0310076.27
Hex86FFF72F030b0644c
Octal20637736757030260144114
Binary10000110111111111111011110111101101011000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,255,247); }

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

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

 a { background-color: rgb(134,255,247); }

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

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

 span { border-color: rgb(134,255,247); }

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