Html Css Color HEX #86F2EC Electric Blue

📋 copy color: '#86F2EC'

red 134 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #86F2EC

Tints of Electric Blue #86F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.54%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 21.9%
G = 39.54%
B = 38.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#86F2EC (or 0x86F2EC) is known color: Electric Blue. HEX triplet: 86, F2 and EC. RGB value is (134,242,236). Sum of RGB (Red+Green+Blue) = 134+242+236=612 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.90% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2EC is #790D13. Grayscale: #D0D0D0. Windows color (decimal): -7933204 or 15528582. OLE color: 15528582.

HSL color Cylindrical-coordinate representation of color #86F2EC: hue angle of 176.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2EC is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 236 -
CMYK 0.45 0 0.02 0.05
HSL 176.67º 0.81% 0.74% -
HSV(B) 176.67º 0.45% 0.95% -
XYZ 56.72 74.63 90.77 -
YUV 209.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 134 242 236 0.45 0 0.02 0.05 176.67 0.81 0.74
Hex 86 F2 EC 2D 0 2 5 B1 51 4A
Octal 206 362 354 55 0 2 5 261 121 112
Binary 10000110 11110010 11101100 101101 0 10 101 10110001 1010001 1001010

Color Harmonies of #86F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2EC

Black with #86F2EC

Text Example


Text Example

White with #86F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,242,236); }

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

background-color css

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

 a { background-color: rgb(134,242,236); }

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

border-color css

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

 span { border-color: rgb(134,242,236); }

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