Html Css Color HEX #86F2EF Electric Blue

📋 copy color: '#86F2EF'

red 134 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #86F2EF

Tints of Electric Blue #86F2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 21.79%
G = 39.35%
B = 38.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#86F2EF (or 0x86F2EF) is known color: Electric Blue. HEX triplet: 86, F2 and EF. RGB value is (134,242,239). Sum of RGB (Red+Green+Blue) = 134+242+239=615 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.79% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2EF is #790D10. Grayscale: #D1D1D1. Windows color (decimal): -7933201 or 15725190. OLE color: 15725190.

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

Color convert

RGB 134 242 239 -
CMYK 0.45 0 0.01 0.05
HSL 178.33º 0.81% 0.74% -
HSV(B) 178.33º 0.45% 0.95% -
XYZ 57.16 74.8 93.09 -
YUV 209.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 134 242 239 0.45 0 0.01 0.05 178.33 0.81 0.74
Hex 86 F2 EF 2D 0 1 5 B2 51 4A
Octal 206 362 357 55 0 1 5 262 121 112
Binary 10000110 11110010 11101111 101101 0 1 101 10110010 1010001 1001010

Color Harmonies of #86F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2EF

Black with #86F2EF

Text Example


Text Example

White with #86F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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