#86FFF1

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

Shades of Electric Blue #86FFF1

Tints of Electric Blue #86FFF1

Color information

#86FFF1 (or 0x86FFF1) is unknown color: approx Electric Blue. HEX triplet: 86, FF and F1. RGB value is (134,255,241). Sum of RGB (Red+Green+Blue) = 134+255+241=630 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.27% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FFF1 is #79000E. Grayscale: #D9D9D9. Windows color (decimal): -7929871 or 15859590. OLE color: 15859590.

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

Color convert

RGB134255241-
CMYK0.4700.050
HSL173.06º100%76.27%-
HSV(B)173.06º47.45%100%-
XYZ61.4782.9495.99-
YUV217.22141.4168.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.27%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=21.27%
G=40.48%
B=38.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342552410.4700.050173.0610076.27
Hex86FFF12F050ad644c
Octal20637736157050255144114
Binary100001101111111111110001101111010101010110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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