#86E9EE

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

Shades of Electric Blue #86E9EE

Tints of Electric Blue #86E9EE

Color information

#86E9EE (or 0x86E9EE) is unknown color: approx Electric Blue. HEX triplet: 86, E9 and EE. RGB value is (134,233,238). Sum of RGB (Red+Green+Blue) = 134+233+238=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #86E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9EE is #791611. Grayscale: #CBCBCB. Windows color (decimal): -7935506 or 15657350. OLE color: 15657350.

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

Color convert

RGB134233238-
CMYK0.440.0200.07
HSL182.88º75.36%72.94%-
HSV(B)182.88º43.7%93.33%-
XYZ54.469.5291.44-
YUV203.97147.278.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.15%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=22.15%
G=38.51%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342332380.440.0200.07182.8875.3672.94
Hex86E9EE2C207b74b49
Octal20635135654207267113111
Binary1000011011101001111011101011001001111011011110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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