Html Css Color HEX #86E9E6 Electric Blue

📋 copy color: '#86E9E6'

red 134 ◦ green 233 ◦ blue 230

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

Shades of Electric Blue #86E9E6

Tints of Electric Blue #86E9E6

RGB

 RED value IS 134 (52.73% from 255) = 22.45%

 GREEN value IS 233 (91.41% from 255) = 39.03%

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 22.45%
G = 39.03%
B = 38.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#86E9E6 (or 0x86E9E6) is known color: Electric Blue. HEX triplet: 86, E9 and E6. RGB value is (134,233,230). Sum of RGB (Red+Green+Blue) = 134+233+230=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9E6 is #791619. Grayscale: #CACACA. Windows color (decimal): -7935514 or 15133062. OLE color: 15133062.

HSL color Cylindrical-coordinate representation of color #86E9E6: hue angle of 178.18º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E9E6 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 233 230 -
CMYK 0.42 0 0.01 0.09
HSL 178.18º 0.69% 0.72% -
HSV(B) 178.18º 0.42% 0.91% -
XYZ 53.25 69.06 85.39 -
YUV 203.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 134 233 230 0.42 0 0.01 0.09 178.18 0.69 0.72
Hex 86 E9 E6 2A 0 1 9 B2 45 48
Octal 206 351 346 52 0 1 11 262 105 110
Binary 10000110 11101001 11100110 101010 0 1 1001 10110010 1000101 1001000

Color Harmonies of #86E9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E9E6

Black with #86E9E6

Text Example


Text Example

White with #86E9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86E9E6;
 }
 .AnyTagClassName
 {
   color: #86E9E6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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