#86F9F4

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

Shades of Electric Blue #86F9F4

Tints of Electric Blue #86F9F4

Color information

#86F9F4 (or 0x86F9F4) is unknown color: approx Electric Blue. HEX triplet: 86, F9 and F4. RGB value is (134,249,244). Sum of RGB (Red+Green+Blue) = 134+249+244=627 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.37% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F9F4 is #79060B. Grayscale: #D5D5D5. Windows color (decimal): -7931404 or 16054662. OLE color: 16054662.

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

Color convert

RGB134249244-
CMYK0.4600.020.02
HSL177.39º90.55%75.1%-
HSV(B)177.39º46.18%97.65%-
XYZ60.0479.3597.74-
YUV214.04144.970.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.37%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 244 (95.70% from 255) = 38.92%
R=21.37%
G=39.71%
B=38.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342492440.4600.020.02177.3990.5575.1
Hex86F9F42E022b15b4b
Octal20637136456022261133113
Binary100001101111100111110100101110010101011000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,244); }

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

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

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

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

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

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

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