Html Css Color HEX #86F2EE Electric Blue

📋 copy color: '#86F2EE'

red 134 ◦ green 242 ◦ blue 238

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

Shades of Electric Blue #86F2EE

Tints of Electric Blue #86F2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 21.82%
G = 39.41%
B = 38.76%

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

#86F2EE (or 0x86F2EE) is known color: Electric Blue. HEX triplet: 86, F2 and EE. RGB value is (134,242,238). Sum of RGB (Red+Green+Blue) = 134+242+238=614 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.82% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2EE is #790D11. Grayscale: #D1D1D1. Windows color (decimal): -7933202 or 15659654. OLE color: 15659654.

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

Color convert

RGB 134 242 238 -
CMYK 0.45 0 0.02 0.05
HSL 177.78º 0.81% 0.74% -
HSV(B) 177.78º 0.45% 0.95% -
XYZ 57.02 74.75 92.31 -
YUV 209.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 134 242 238 0.45 0 0.02 0.05 177.78 0.81 0.74
Hex 86 F2 EE 2D 0 2 5 B2 51 4A
Octal 206 362 356 55 0 2 5 262 121 112
Binary 10000110 11110010 11101110 101101 0 10 101 10110010 1010001 1001010

Color Harmonies of #86F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F2EE

Black with #86F2EE

Text Example


Text Example

White with #86F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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