Html Css Color HEX #86F7EA Electric Blue

📋 copy color: '#86F7EA'

red 134 ◦ green 247 ◦ blue 234

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

Shades of Electric Blue #86F7EA

Tints of Electric Blue #86F7EA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.16%

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 21.79%
G = 40.16%
B = 38.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#86F7EA (or 0x86F7EA) is known color: Electric Blue. HEX triplet: 86, F7 and EA. RGB value is (134,247,234). Sum of RGB (Red+Green+Blue) = 134+247+234=615 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.79% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #86F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F7EA is #790815. Grayscale: #D3D3D3. Windows color (decimal): -7931926 or 15398790. OLE color: 15398790.

HSL color Cylindrical-coordinate representation of color #86F7EA: hue angle of 173.1º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F7EA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 247 234 -
CMYK 0.46 0 0.05 0.03
HSL 173.1º 0.88% 0.75% -
HSV(B) 173.1º 0.46% 0.97% -
XYZ 57.94 77.53 89.75 -
YUV 211.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 134 247 234 0.46 0 0.05 0.03 173.1 0.88 0.75
Hex 86 F7 EA 2E 0 5 3 AD 58 4B
Octal 206 367 352 56 0 5 3 255 130 113
Binary 10000110 11110111 11101010 101110 0 101 11 10101101 1011000 1001011

Color Harmonies of #86F7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F7EA

Black with #86F7EA

Text Example


Text Example

White with #86F7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,247,234); }

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

background-color css

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

 a { background-color: rgb(134,247,234); }

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

border-color css

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

 span { border-color: rgb(134,247,234); }

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