Html Css Color HEX #86E9EE Electric Blue

📋 copy color: '#86E9EE'

red 134 ◦ green 233 ◦ blue 238

#86E9EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #86E9EE

Tints of Electric Blue #86E9EE

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 value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#86E9EE (or 0x86E9EE) is known color: 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

RGB 134 233 238 -
CMYK 0.44 0.02 0 0.07
HSL 182.88º 0.75% 0.73% -
HSV(B) 182.88º 0.44% 0.93% -
XYZ 54.4 69.52 91.44 -
YUV 203.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 134 233 238 0.44 0.02 0 0.07 182.88 0.75 0.73
Hex 86 E9 EE 2C 2 0 7 B7 4B 49
Octal 206 351 356 54 2 0 7 267 113 111
Binary 10000110 11101001 11101110 101100 10 0 111 10110111 1001011 1001001

Color Harmonies of #86E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E9EE

Black with #86E9EE

Text Example


Text Example

White with #86E9EE

Text Example


Text Example

HTML Codes & Css Web 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>