#86E6F3

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

Shades of Electric Blue #86E6F3

Tints of Electric Blue #86E6F3

Color information

#86E6F3 (or 0x86E6F3) is unknown color: approx Electric Blue. HEX triplet: 86, E6 and F3. RGB value is (134,230,243). Sum of RGB (Red+Green+Blue) = 134+230+243=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #86E6F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E6F3 is #79190C. Grayscale: #CACACA. Windows color (decimal): -7936269 or 15984262. OLE color: 15984262.

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

Color convert

RGB134230243-
CMYK0.450.0500.05
HSL187.16º81.95%73.92%-
HSV(B)187.16º44.86%95.29%-
XYZ54.3168.1395.08-
YUV202.78150.778.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.08%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=22.08%
G=37.89%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342302430.450.0500.05187.1681.9573.92
Hex86E6F32D505bb524a
Octal20634636355505273122112
Binary10000110111001101111001110110110101011011101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,230,243); }

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

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

 a { background-color: rgb(134,230,243); }

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

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

 span { border-color: rgb(134,230,243); }

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