#86FBF1

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

Shades of Electric Blue #86FBF1

Tints of Electric Blue #86FBF1

Color information

#86FBF1 (or 0x86FBF1) is unknown color: approx Electric Blue. HEX triplet: 86, FB and F1. RGB value is (134,251,241). Sum of RGB (Red+Green+Blue) = 134+251+241=626 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.41% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FBF1 is #79040E. Grayscale: #D6D6D6. Windows color (decimal): -7930895 or 15858566. OLE color: 15858566.

HSL color Cylindrical-coordinate representation of color #86FBF1: hue angle of 174.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBF1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB134251241-
CMYK0.4700.040.02
HSL174.87º93.6%75.49%-
HSV(B)174.87º46.61%98.43%-
XYZ60.2180.4195.57-
YUV214.88142.7470.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.41%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=21.41%
G=40.10%
B=38.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342512410.4700.040.02174.8793.675.49
Hex86FBF12F042af5e4b
Octal20637336157042257136113
Binary1000011011111011111100011011110100101010111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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