#86F1F1

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

Shades of Electric Blue #86F1F1

Tints of Electric Blue #86F1F1

Color information

#86F1F1 (or 0x86F1F1) is unknown color: approx Electric Blue. HEX triplet: 86, F1 and F1. RGB value is (134,241,241). Sum of RGB (Red+Green+Blue) = 134+241+241=616 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.75% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #86F1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1F1 is #790E0E. Grayscale: #D0D0D0. Windows color (decimal): -7933455 or 15856006. OLE color: 15856006.

HSL color Cylindrical-coordinate representation of color #86F1F1: hue angle of 180º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F1F1 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134241241-
CMYK0.44000.05
HSL180º79.26%73.53%-
HSV(B)180º44.4%94.51%-
XYZ57.1674.3394.55-
YUV209.01146.0574.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.75%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=21.75%
G=39.12%
B=39.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412410.44000.0518079.2673.53
Hex86F1F12C005b44f4a
Octal20636136154005264117112
Binary100001101111000111110001101100001011011010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,241); }

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

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

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

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

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

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

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