#86F1EC

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

Shades of Electric Blue #86F1EC

Tints of Electric Blue #86F1EC

Color information

#86F1EC (or 0x86F1EC) is unknown color: approx Electric Blue. HEX triplet: 86, F1 and EC. RGB value is (134,241,236). Sum of RGB (Red+Green+Blue) = 134+241+236=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1EC is #790E13. Grayscale: #D0D0D0. Windows color (decimal): -7933460 or 15528326. OLE color: 15528326.

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

Color convert

RGB134241236-
CMYK0.4400.020.05
HSL177.2º79.26%73.53%-
HSV(B)177.2º44.4%94.51%-
XYZ56.4374.0490.67-
YUV208.44143.5574.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.93%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=21.93%
G=39.44%
B=38.63%

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
Decimal1342412360.4400.020.05177.279.2673.53
Hex86F1EC2C025b14f4a
Octal20636135454025261117112
Binary1000011011110001111011001011000101011011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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