Html Css Color HEX #86ECED Electric Blue

📋 copy color: '#86ECED'

red 134 ◦ green 236 ◦ blue 237

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

Shades of Electric Blue #86ECED

Tints of Electric Blue #86ECED

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #86ECED: hue angle of 180.58º 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 #86ECED is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 236 237 -
CMYK 0.43 0.00 0 0.07
HSL 180.58º 0.74% 0.73% -
HSV(B) 180.58º 0.43% 0.93% -
XYZ 55.11 71.17 90.95 -
YUV 205.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 134 236 237 0.43 0.00 0 0.07 180.58 0.74 0.73
Hex 86 EC ED 2B 0 0 7 B5 4A 49
Octal 206 354 355 53 0 0 7 265 112 111
Binary 10000110 11101100 11101101 101011 0 0 111 10110101 1001010 1001001

Color Harmonies of #86ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ECED

Black with #86ECED

Text Example


Text Example

White with #86ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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