#86ebee

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

Shades of Electric Blue #86EBEE

Tints of Electric Blue #86EBEE

Color information

#86EBEE (or 0x86EBEE) is unknown color: approx Electric Blue. HEX triplet: 86, EB and EE. RGB value is (134,235,238). Sum of RGB (Red+Green+Blue) = 134+235+238=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #86EBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EBEE is #791411. Grayscale: #CDCDCD. Windows color (decimal): -7934994 or 15657862. OLE color: 15657862.

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

Color convert

RGB134235238-
CMYK0.440.0100.07
HSL181.73º75.36%72.94%-
HSV(B)181.73º43.7%93.33%-
XYZ54.9770.6691.63-
YUV205.14146.5477.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.08%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=22.08%
G=38.71%
B=39.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342352380.440.0100.07181.7375.3672.94
Hex86EBEE2C107b64b49
Octal20635335654107266113111
Binary100001101110101111101110101100101111011011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ebee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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