#86ECE9

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

Shades of Electric Blue #86ECE9

Tints of Electric Blue #86ECE9

Color information

#86ECE9 (or 0x86ECE9) is unknown color: approx Electric Blue. HEX triplet: 86, EC and E9. RGB value is (134,236,233). Sum of RGB (Red+Green+Blue) = 134+236+233=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86ECE9 is #791316. Grayscale: #CDCDCD. Windows color (decimal): -7934743 or 15330438. OLE color: 15330438.

HSL color Cylindrical-coordinate representation of color #86ECE9: hue angle of 178.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ECE9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB134236233-
CMYK0.4300.010.07
HSL178.24º72.86%72.55%-
HSV(B)178.24º43.22%92.55%-
XYZ54.5370.9487.91-
YUV205.16143.7177.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.22%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=22.22%
G=39.14%
B=38.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342362330.4300.010.07178.2472.8672.55
Hex86ECE92B017b24949
Octal20635435153017262111111
Binary100001101110110011101001101011011111011001010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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