#86E6EE

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

Shades of Electric Blue #86E6EE

Tints of Electric Blue #86E6EE

Color information

#86E6EE (or 0x86E6EE) is unknown color: approx Electric Blue. HEX triplet: 86, E6 and EE. RGB value is (134,230,238). Sum of RGB (Red+Green+Blue) = 134+230+238=602 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.26% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #86E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E6EE is #791911. Grayscale: #CACACA. Windows color (decimal): -7936274 or 15656582. OLE color: 15656582.

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

Color convert

RGB134230238-
CMYK0.440.0300.07
HSL184.62º75.36%72.94%-
HSV(B)184.62º43.7%93.33%-
XYZ53.5667.8491.16-
YUV202.21148.279.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.26%
GREEN value IS 230 (90.23% from 255) = 38.21%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=22.26%
G=38.21%
B=39.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342302380.440.0300.07184.6275.3672.94
Hex86E6EE2C307b94b49
Octal20634635654307271113111
Binary1000011011100110111011101011001101111011100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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