Html Css Color HEX #86EDEC Electric Blue

📋 copy color: '#86EDEC'

red 134 ◦ green 237 ◦ blue 236

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

Shades of Electric Blue #86EDEC

Tints of Electric Blue #86EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

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

R = 22.08%
G = 39.04%
B = 38.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#86EDEC (or 0x86EDEC) is known color: Electric Blue. HEX triplet: 86, ED and EC. RGB value is (134,237,236). Sum of RGB (Red+Green+Blue) = 134+237+236=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EDEC is #791213. Grayscale: #CDCDCD. Windows color (decimal): -7934484 or 15527302. OLE color: 15527302.

HSL color Cylindrical-coordinate representation of color #86EDEC: hue angle of 179.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDEC is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 237 236 -
CMYK 0.43 0 0.00 0.07
HSL 179.42º 0.74% 0.73% -
HSV(B) 179.42º 0.43% 0.93% -
XYZ 55.26 71.69 90.28 -
YUV 206.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 134 237 236 0.43 0 0.00 0.07 179.42 0.74 0.73
Hex 86 ED EC 2B 0 0 7 B3 4A 49
Octal 206 355 354 53 0 0 7 263 112 111
Binary 10000110 11101101 11101100 101011 0 0 111 10110011 1001010 1001001

Color Harmonies of #86EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EDEC

Black with #86EDEC

Text Example


Text Example

White with #86EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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