#86F1EB

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

Shades of Electric Blue #86F1EB

Tints of Electric Blue #86F1EB

Color information

#86F1EB (or 0x86F1EB) is unknown color: approx Electric Blue. HEX triplet: 86, F1 and EB. RGB value is (134,241,235). Sum of RGB (Red+Green+Blue) = 134+241+235=610 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.97% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1EB is #790E14. Grayscale: #D0D0D0. Windows color (decimal): -7933461 or 15462790. OLE color: 15462790.

HSL color Cylindrical-coordinate representation of color #86F1EB: hue angle of 176.64º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F1EB is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB134241235-
CMYK0.4400.020.05
HSL176.64º79.26%73.53%-
HSV(B)176.64º44.4%94.51%-
XYZ56.2873.9889.91-
YUV208.32143.0574.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.97%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=21.97%
G=39.51%
B=38.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412350.4400.020.05176.6479.2673.53
Hex86F1EB2C025b14f4a
Octal20636135354025261117112
Binary1000011011110001111010111011000101011011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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