#86EDF0

Color #86EDF0 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #86EDF0

Tints of Electric Blue #86EDF0

Color information

#86EDF0 (or 0x86EDF0) is unknown color: approx Electric Blue. HEX triplet: 86, ED and F0. RGB value is (134,237,240). Sum of RGB (Red+Green+Blue) = 134+237+240=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #86EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EDF0 is #79120F. Grayscale: #CECECE. Windows color (decimal): -7934480 or 15789446. OLE color: 15789446.

HSL color Cylindrical-coordinate representation of color #86EDF0: hue angle of 181.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EDF0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134237240-
CMYK0.440.0100.06
HSL181.7º77.94%73.33%-
HSV(B)181.7º44.17%94.12%-
XYZ55.8471.9393.38-
YUV206.54146.8876.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.93%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=21.93%
G=38.79%
B=39.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342372400.440.0100.06181.777.9473.33
Hex86EDF02C106b64e49
Octal20635536054106266116111
Binary100001101110110111110000101100101101011011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86EDF0;
 }
 .AnyTagClassName
 {
   color: #86EDF0;
 }
</style>
background-color css

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

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

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

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

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

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