#86EAF7

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

Shades of Electric Blue #86EAF7

Tints of Electric Blue #86EAF7

Color information

#86EAF7 (or 0x86EAF7) is unknown color: approx Electric Blue. HEX triplet: 86, EA and F7. RGB value is (134,234,247). Sum of RGB (Red+Green+Blue) = 134+234+247=615 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.79% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #86EAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EAF7 is #791508. Grayscale: #CDCDCD. Windows color (decimal): -7935241 or 16247430. OLE color: 16247430.

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

Color convert

RGB134234247-
CMYK0.460.0500.03
HSL186.9º87.6%74.71%-
HSV(B)186.9º45.75%96.86%-
XYZ56.0470.6398.67-
YUV205.58151.3776.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.79%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=21.79%
G=38.05%
B=40.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342342470.460.0500.03186.987.674.71
Hex86EAF72E503bb584b
Octal20635236756503273130113
Binary1000011011101010111101111011101010111011101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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